Add google service root
This commit introduces the following
=> Service root for Google
=> compiler option for the Google Root of Trust specific functionalities
Tested:
curl -vvvv --insecure --user $user_pass https://${bmc}/google/v1
Desing Doc can be found here https://github.com/openbmc/docs/blob/master/designs/oem/google/root_of_trust.md
Change-Id: I941b5cab55179279d0eff18aa29df62c3f226e47
Signed-off-by: Feras Aldahlawi <faldahlawi@gmail.com>
diff --git a/static/google/v1/$metadata/index.xml b/static/google/v1/$metadata/index.xml
new file mode 100644
index 0000000..57a64af
--- /dev/null
+++ b/static/google/v1/$metadata/index.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
+ <edmx:Reference Uri="/google/v1/schema/ServiceRoot_v1.xml">
+ <edmx:Include Namespace="GoogleServiceRoot"/>
+ <edmx:Include Namespace="GoogleServiceRoot.v1_0_0"/>
+ </edmx:Reference>
+</edmx:Edmx>