Interface Support for processor vpd

This commit will add interfaces to support new Records and its Keywords,
and build files.
Currently these interfaces are being used in  processor vpd(IPZ format).

Change-Id: I8a7919f405835851174ae3bf11a5e9f02b38f8f2
Signed-off-by: Alpana Kumari <alpankum@in.ibm.com>
diff --git a/com/ibm/ipzvpd/VINI.interface.yaml b/com/ibm/ipzvpd/VINI.interface.yaml
index fddc0dc..abaf45b 100644
--- a/com/ibm/ipzvpd/VINI.interface.yaml
+++ b/com/ibm/ipzvpd/VINI.interface.yaml
@@ -69,4 +69,13 @@
       type: array[byte]
       description: >
           TS keyword. Technology source.
+    - name: PR
+      type: array[byte]
+      description: >
+          PR keyword.
+    - name: VN
+      type: array[byte]
+      description: >
+          VN keyword.
 
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4