Added component column in files table
Implemented enumerator getter for generating functional component evidence requests Implemented enumerator getter for component hashes
This commit is contained in:
committed by
Andreas Steffen
parent
79e3859bf1
commit
b4a9274ce1
@@ -177,15 +177,15 @@ INSERT INTO files (
|
||||
);
|
||||
|
||||
INSERT INTO files (
|
||||
type, path, measurement
|
||||
type, path, component
|
||||
) VALUES (
|
||||
0, 'pcr17', 1
|
||||
0, 'tboot_pcr17', 1
|
||||
);
|
||||
|
||||
INSERT INTO files (
|
||||
type, path, measurement
|
||||
type, path, component
|
||||
) VALUES (
|
||||
0, 'pcr18', 1
|
||||
0, 'tboot_pcr18', 1
|
||||
);
|
||||
|
||||
/* Product-File */
|
||||
|
||||
Reference in New Issue
Block a user