summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-05-18 23:31:32 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-03 17:17:11 +0000
commit02dcec3c5ca2e38c22fcc83f98ee82ca5aeeccf4 (patch)
treed54f3e4276643d28f7fb4b357bbf563589d24a01 /xyz/openbmc_project/Common
parentf1ba67758a153513bc7cf86b0070866c9b0d612b (diff)
downloadphosphor-dbus-interfaces-02dcec3c5ca2e38c22fcc83f98ee82ca5aeeccf4.tar.gz
phosphor-dbus-interfaces-02dcec3c5ca2e38c22fcc83f98ee82ca5aeeccf4.zip
Add interface to create BMC Dump.
Change-Id: I7cf363917f7d21664cd60433f23335b94f095147 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'xyz/openbmc_project/Common')
-rw-r--r--xyz/openbmc_project/Common/File.errors.yaml3
-rw-r--r--xyz/openbmc_project/Common/File.metadata.yaml7
2 files changed, 10 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/File.errors.yaml b/xyz/openbmc_project/Common/File.errors.yaml
index aef5f1d..7c26429 100644
--- a/xyz/openbmc_project/Common/File.errors.yaml
+++ b/xyz/openbmc_project/Common/File.errors.yaml
@@ -3,3 +3,6 @@
- name: Seek
description: Failed to seek a file
+
+- name: Write
+ description: Failed to write a file
diff --git a/xyz/openbmc_project/Common/File.metadata.yaml b/xyz/openbmc_project/Common/File.metadata.yaml
index 5562493..a44d7e2 100644
--- a/xyz/openbmc_project/Common/File.metadata.yaml
+++ b/xyz/openbmc_project/Common/File.metadata.yaml
@@ -15,3 +15,10 @@
type: int32
- str: "PATH=%s"
type: string
+
+- name: Write
+ meta:
+ - str: "ERRNO=%d"
+ type: int32
+ - str: "PATH=%s"
+ type: string
OpenPOWER on IntegriCloud