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.errors.yaml b/xyz/openbmc_project/BIOSConfig/Common.errors.yaml
new file mode 100644
index 0000000..41da935
--- /dev/null
+++ b/xyz/openbmc_project/BIOSConfig/Common.errors.yaml
@@ -0,0 +1,12 @@
+# xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
+- name: AttributeNotFound
+  description: Specified Attribute is not found.
+# xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnly
+- name: AttributeReadOnly
+  description: Specified Attribute is ReadOnly.
+# xyz.openbmc_project.BIOSConfig.Common.Error.InvalidCurrentPassword
+- name: InvalidCurrentPassword
+  description: CurrentPassword verification failed.
+# xyz.openbmc_project.BIOSConfig.Common.Error.PasswordNotSettable
+- name: PasswordNotSettable
+  description: Unable to set the new password.