summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Dump
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-04-05 00:58:48 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-05-10 13:43:56 +0000
commiteea98140961da0291052b17b7c159c23f3739370 (patch)
treeb94550d91a59b995fe4482d0cf38ec5d5fc4f305 /xyz/openbmc_project/Dump
parent564282ba27cf93acea5d7600bdb734e34cb46577 (diff)
downloadphosphor-dbus-interfaces-eea98140961da0291052b17b7c159c23f3739370.tar.gz
phosphor-dbus-interfaces-eea98140961da0291052b17b7c159c23f3739370.zip
Create interfaces for BMC Dump.
Resolves openbmc/openbmc#1377 Change-Id: I5596fa17b5e95783c8bb2c4763f7b23e3fc9a30b Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'xyz/openbmc_project/Dump')
-rw-r--r--xyz/openbmc_project/Dump/Entry.interface.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Dump/Entry.interface.yaml b/xyz/openbmc_project/Dump/Entry.interface.yaml
new file mode 100644
index 0000000..1f12089
--- /dev/null
+++ b/xyz/openbmc_project/Dump/Entry.interface.yaml
@@ -0,0 +1,15 @@
+description: >
+ Implement to provide Dump attributes.
+
+ Object which implements this interface must implement
+ xyz.openbmc_project.Time.EpochTime for the Dump
+ creation time.
+ Object which implements this interface should implement
+ xyz.openbmc_project.Object.Delete to allow the deletion of
+ individual Dump objects.
+
+properties:
+ - name: Size
+ type: uint64
+ description: >
+ Size of the Dump.
OpenPOWER on IntegriCloud