Set pcr transform field depending on measuring algorithm

This commit is contained in:
Sansar Choinyambuu
2011-11-28 21:22:51 +01:00
committed by Andreas Steffen
parent 824a7824dc
commit 51b0005277
3 changed files with 39 additions and 25 deletions
+1 -19
View File
@@ -426,30 +426,12 @@ INSERT INTO product_file (
7, 22
);
INSERT INTO product_file (
product, file
) VALUES (
7, 23
);
INSERT INTO product_file (
product, file
) VALUES (
7, 24
);
/* Product Component */
INSERT INTO product_component (
product, component, depth, sequence
) VALUES (
4, 2, 0, 2
);
INSERT INTO product_component (
product, component, depth, sequence
) VALUES (
7, 2, 0, 2
4, 2, 0, 1
);
/* File Hashes */