Redfish:Define new Oem schemas for dump

Implemented Oem schemas for extending LogService and
LogEntry

Testing:
redfish validator passed.

Change-Id: I89a76cf3bd991b36a6aa48871f25d03fbbe30f66
Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 18b95b7..a9df1bf 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -2252,4 +2252,12 @@
         <edmx:Include Namespace="OemAccountService"/>
         <edmx:Include Namespace="OemAccountService.v1_0_0"/>
     </edmx:Reference>
+    <edmx:Reference Uri="/redfish/v1/schema/OemLogService_v1.xml">
+        <edmx:Include Namespace="OemLogService"/>
+        <edmx:Include Namespace="OemLogService.v1_0_0"/>
+    </edmx:Reference>
+    <edmx:Reference Uri="/redfish/v1/schema/OemLogEntry_v1.xml">
+        <edmx:Include Namespace="OemLogEntry"/>
+        <edmx:Include Namespace="OemLogEntry.v1_0_0"/>
+    </edmx:Reference>
 </edmx:Edmx>