Dbus Interface Remote BIOS configuration

Remote BIOS configuration via BMC.
provide ability for the user to view and modify the
BIOS setup configuration parameters remotely via a BMC at any Host state.

Change-Id: Icacc398efca042ec7422aa6e5728ab75b8a2086b
Signed-off-by: Suryakanth Sekar <suryakanth.sekar@linux.intel.com>
Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
diff --git a/xyz/openbmc_project/BIOSConfig/Common.metadata.yaml b/xyz/openbmc_project/BIOSConfig/Common.metadata.yaml
new file mode 100644
index 0000000..bb0389d
--- /dev/null
+++ b/xyz/openbmc_project/BIOSConfig/Common.metadata.yaml
@@ -0,0 +1,23 @@
+- name: AttributeNotFound
+  level: ERR
+- name: AttributeSettingFailed
+  level: ERR
+  meta:
+    - str: "REASON = %s"
+      type: string
+- name: AttributeReadOnly
+  level: ERR
+  meta:
+    - str: "REASON=%s"
+      type: string
+- name: NoResource
+  level: ERR
+- name: InvalidValue
+  level: ERR
+  meta:
+    - str: "UNSUPPORTED_VALUE=%s"
+      type: string
+- name: InvalidCurrentPassword
+  level: ERR
+- name: PasswordNotSettable
+  level: ERR