oem-fru : Add VCEN fru records in BMC Fru record table

VCEN records are needed as tools like Inventory scout on
AIX use them to populate the fields in the call home data.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Ica8c7a8b35f7793b9ec5509398180d608635e3aa
diff --git a/oem/ibm/configurations/fru/Chassis_VCEN.json b/oem/ibm/configurations/fru/Chassis_VCEN.json
new file mode 100644
index 0000000..6dcc37e
--- /dev/null
+++ b/oem/ibm/configurations/fru/Chassis_VCEN.json
@@ -0,0 +1,46 @@
+{
+    "record_details":
+    {
+         "fru_record_type" : 254,
+         "fru_encoding_type": 1,
+         "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Chassis"
+    },
+    "fru_fields":[
+        {
+          "fru_field_type" : 2,
+          "dbus":
+             {
+               "interface" : "com.ibm.ipzvpd.VCEN",
+                "property_name" : "RT",
+                "property_type" : "bytearray"
+             }
+        },
+        {
+          "fru_field_type" : 4,
+          "dbus":
+             {
+                "interface" : "com.ibm.ipzvpd.VCEN",
+                "property_name" : "SE",
+                "property_type" : "bytearray"
+             }
+        },
+        {
+        "fru_field_type" : 5,
+        "dbus":
+           {
+              "interface" : "com.ibm.ipzvpd.VCEN",
+              "property_name" : "TM",
+              "property_type" : "bytearray"
+           }
+        },
+        {
+          "fru_field_type" : 6,
+          "dbus":
+             {
+                "interface" : "com.ibm.ipzvpd.VCEN",
+                "property_name" : "FC",
+                "property_type" : "bytearray"
+             }
+        }
+    ]
+}
diff --git a/oem/ibm/configurations/fru/Motherboard_VCEN.json b/oem/ibm/configurations/fru/Motherboard_VCEN.json
index 16e08a3..57492fd 100644
--- a/oem/ibm/configurations/fru/Motherboard_VCEN.json
+++ b/oem/ibm/configurations/fru/Motherboard_VCEN.json
@@ -25,6 +25,15 @@
             }
       },
       {
+         "fru_field_type" : 5,
+         "dbus":
+            {
+               "interface" : "com.ibm.ipzvpd.VCEN",
+               "property_name" : "TM",
+               "property_type" : "bytearray"
+            }
+      },
+      {
          "fru_field_type" : 6,
          "dbus":
             {