summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-03-21 13:04:10 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-27 17:20:06 +0000
commitd6cbe800cd738a86d0fa28316b1db9db48282890 (patch)
treef2399bc7dda7dd7c878e1ab70efc29e36e75aee2 /xyz
parent9bd626af551bce4358d1ffbc1dd61b7b9193826f (diff)
downloadphosphor-dbus-interfaces-d6cbe800cd738a86d0fa28316b1db9db48282890.tar.gz
phosphor-dbus-interfaces-d6cbe800cd738a86d0fa28316b1db9db48282890.zip
Add Control interface device callout
Callout the device associated to a Control interface when a write failure occurs Change-Id: I8471dd99b63c6adf17b5654f2636917b308333d2 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Control/Device.errors.yaml3
-rw-r--r--xyz/openbmc_project/Control/Device.metadata.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/Device.errors.yaml b/xyz/openbmc_project/Control/Device.errors.yaml
new file mode 100644
index 0000000..133a4f1
--- /dev/null
+++ b/xyz/openbmc_project/Control/Device.errors.yaml
@@ -0,0 +1,3 @@
+# xyz.openbmc_project.Control.Device.WriteFailure
+- name: WriteFailure
+ description: Failed to write to device.
diff --git a/xyz/openbmc_project/Control/Device.metadata.yaml b/xyz/openbmc_project/Control/Device.metadata.yaml
new file mode 100644
index 0000000..ea9229f
--- /dev/null
+++ b/xyz/openbmc_project/Control/Device.metadata.yaml
@@ -0,0 +1,3 @@
+- name: WriteFailure
+ inherits:
+ - xyz.openbmc_project.Common.Callout.Device
OpenPOWER on IntegriCloud