Add interface to create BMC Dump.

Change-Id: I7cf363917f7d21664cd60433f23335b94f095147
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/xyz/openbmc_project/Dump/Create.interface.yaml b/xyz/openbmc_project/Dump/Create.interface.yaml
new file mode 100644
index 0000000..a877687
--- /dev/null
+++ b/xyz/openbmc_project/Dump/Create.interface.yaml
@@ -0,0 +1,17 @@
+description: >
+    Implement to capture BMC Dump
+
+methods:
+    - name: CreateDump
+      description: >
+          Method to create BMC Dump.
+      returns:
+        - name: Id
+          type: uint32
+          description: >
+            The Dump entry id number.
+      errors:
+        - xyz.openbmc_project.Common.Error.InternalFailure
+        - xyz.openbmc_project.Common.File.Error.Write
+        - xyz.openbmc_project.Dump.Create.Error.Disabled
+        - xyz.openbmc_project.Dump.Create.Error.QuotaExceeded