com.ibm: Update dump types

This commit extends the DumpType enumeration in the
com.ibm.Dump.Create interface by adding two new types
of dumps: System and Resource. The System dump contains
certain hardware register data and host memory.
The Resource dump provides information about various
host components, with content varying based on the
component.

Change-Id: I8b2e441a0d258479be9f0990a5e21485d1886ac2
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/yaml/com/ibm/Dump/Create.interface.yaml b/yaml/com/ibm/Dump/Create.interface.yaml
index 80147c0..9a50eaa 100644
--- a/yaml/com/ibm/Dump/Create.interface.yaml
+++ b/yaml/com/ibm/Dump/Create.interface.yaml
@@ -40,3 +40,11 @@
           - name: "Hardware"
             desription: >
                 Hardware dump is collected during a system checkstop.
+          - name: "System"
+            description: >
+                System Dump: A dump that contains certain hardware register data
+                and host memory.
+          - name: "Resource"
+            description: >
+                Resource Dump: A dump of host resources, created for various
+                host components. The content may vary accordingly.