component measurement entries into the database for Ubuntu 11.10 platform

This commit is contained in:
Andreas Steffen 2011-11-23 20:19:57 +01:00
parent 75d7315646
commit 59fe7668f5
1 changed files with 33 additions and 0 deletions

View File

@ -188,6 +188,12 @@ INSERT INTO files (
0, 'tboot_pcr18'
);
INSERT INTO files (
type, path
) VALUES (
0, 'tboot_pcr18'
);
/* Components */
INSERT INTO components (
@ -434,6 +440,18 @@ INSERT INTO product_component (
4, 2, 0, 1
);
INSERT INTO product_component (
product, component, depth, sequence
) VALUES (
7, 1, 0, 1
);
INSERT INTO product_component (
product, component, depth, sequence
) VALUES (
7, 2, 0, 2
);
/* File Hashes */
INSERT INTO file_hashes (
@ -1312,3 +1330,18 @@ INSERT INTO file_hashes (
) VALUES (
24, 4, 2, 32768, X'8397d8048ee36d7955e38da16fc33e86ef61d6b0'
);
INSERT INTO file_hashes (
file, product, component, algo, hash
) VALUES (
23, 7, 2, 32768, X'd537d437f058136eb3d7be517dbe7647b623c619'
);
INSERT INTO file_hashes (
file, product, component, algo, hash
) VALUES (
24, 7, 2, 32768, X'160d2b04d11eb225fb148615b699081869e15b6c'
);