Add component integrity schemas

Update the schema pack to include ComponentIntegrity resources.
ComponentIntegrity is used for representing roots of trust, and
conveying attestation parameters forward.

Tested: Automated change

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I1c62ddeeb9151bfe2852199a9ebb12a6636e6262
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 72abbf1..deb0e30 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -440,6 +440,17 @@
     <edmx:Reference Uri="/redfish/v1/schema/ChassisCollection_v1.xml">
         <edmx:Include Namespace="ChassisCollection"/>
     </edmx:Reference>
+    <edmx:Reference Uri="/redfish/v1/schema/ComponentIntegrity_v1.xml">
+        <edmx:Include Namespace="ComponentIntegrity"/>
+        <edmx:Include Namespace="ComponentIntegrity.v1_0_0"/>
+        <edmx:Include Namespace="ComponentIntegrity.v1_0_1"/>
+        <edmx:Include Namespace="ComponentIntegrity.v1_1_0"/>
+        <edmx:Include Namespace="ComponentIntegrity.v1_1_1"/>
+        <edmx:Include Namespace="ComponentIntegrity.v1_2_0"/>
+    </edmx:Reference>
+    <edmx:Reference Uri="/redfish/v1/schema/ComponentIntegrityCollection_v1.xml">
+        <edmx:Include Namespace="ComponentIntegrityCollection"/>
+    </edmx:Reference>
     <edmx:Reference Uri="/redfish/v1/schema/ComputerSystem_v1.xml">
         <edmx:Include Namespace="ComputerSystem"/>
         <edmx:Include Namespace="ComputerSystem.v1_0_0"/>