oem: refine support for VINI record

add support for fan fru VINI record and remove battery
VINI record since battery does not have vpd

Change-Id: I031417f102241890c42d51234991c322e4433343
Signed-off-by: Sampa Misra <sampmisr@in.ibm.com>
diff --git a/oem/ibm/configurations/fru/Battery_VINI.json b/oem/ibm/configurations/fru/Fan_VINI.json
similarity index 99%
rename from oem/ibm/configurations/fru/Battery_VINI.json
rename to oem/ibm/configurations/fru/Fan_VINI.json
index cd08ee6..31ee415 100644
--- a/oem/ibm/configurations/fru/Battery_VINI.json
+++ b/oem/ibm/configurations/fru/Fan_VINI.json
@@ -3,7 +3,7 @@
    {
         "fru_record_type" : 254,
         "fru_encoding_type": 1,
-        "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Battery"
+        "dbus_interface_name": "xyz.openbmc_project.Inventory.Item.Fan"
    },
    "fru_fields":[
       {
@@ -159,6 +159,7 @@
                "property_type" : "bytearray"
             }
       }
+
     ]
 }