From eea98140961da0291052b17b7c159c23f3739370 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Wed, 5 Apr 2017 00:58:48 -0500 Subject: Create interfaces for BMC Dump. Resolves openbmc/openbmc#1377 Change-Id: I5596fa17b5e95783c8bb2c4763f7b23e3fc9a30b Signed-off-by: Jayanth Othayoth --- xyz/openbmc_project/Dump/Entry.interface.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xyz/openbmc_project/Dump/Entry.interface.yaml (limited to 'xyz/openbmc_project/Dump') 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. -- cgit v1.2.1