Create interfaces for BMC Dump.

Resolves openbmc/openbmc#1377

Change-Id: I5596fa17b5e95783c8bb2c4763f7b23e3fc9a30b
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
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.