Add Custom Field for inventory

Added Custom Field from Fru spec in inventory for Vendor information.

Tested: Build Facebook TiogaPass board and load on the
target hardware. Ensure that Fru information are updated in inventory.

Change-Id: I88ce315579a7e2c5c83c991b0d3e22193335dd24
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml b/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml
index 6b6a131..a31e671 100644
--- a/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml
+++ b/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml
@@ -1,5 +1,14 @@
 description: >
     Implement to provide custom properties added to an item by the
     item vendor.
+properties:
+    - name: CustomField1
+      type: string
+      description: >
+          The custom field 1 of the item.
+    - name: CustomField2
+      type: string
+      description: >
+          The custom field 2 of the item.
 
 # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4