Interfaces for IPZ VPD

This commit adds interface YAMLs to provide
access to IPZ VPD (an IBM VPD format).

The interfaces are contained within the
com.ibm.ipzvpd namespace.

The commit also adds a configure option to
enable compiling these interfaces (--enable-ibm-dbus-interfaces)

Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com>
Change-Id: I4832bc6b6f1e9f7e4235757d69f018b17cb896b1
diff --git a/com/ibm/ipzvpd/VER0.interface.yaml b/com/ibm/ipzvpd/VER0.interface.yaml
new file mode 100644
index 0000000..d5869e9
--- /dev/null
+++ b/com/ibm/ipzvpd/VER0.interface.yaml
@@ -0,0 +1,13 @@
+description: >
+    Implement to represent the VER0 record (contains vendor repair data)
+    in IPZ VPD
+properties:
+    - name: RT
+      type: array[byte]
+      description: >
+          RT keyword. Contains the record name.
+    - name: PD_I
+      type: array[byte]
+      description: >
+          The "#I" keyword. Contains the repair data.
+