Remove IBM CFFPS power supply files

It turns out IBM doesn't need these objects created because the
platforms still use phosphor-inventory-manager which also creates power
supply objects that are fully populated with more interfaces and with
the proper associations so they can be found by bmcweb.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I3df3239a6b858ee3e732eaa9c16cf1508894433a
diff --git a/configurations/ibm_1000w_cffps.json b/configurations/ibm_1000w_cffps.json
deleted file mode 100644
index caa1fba..0000000
--- a/configurations/ibm_1000w_cffps.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-    "Exposes": [],
-    "Name": "IBM 1000W CFFPS $index",
-    "Probe": [
-        "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': '2B1D'})",
-        "OR",
-        "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': '51ED'})"
-    ],
-    "Type": "PowerSupply"
-}
diff --git a/configurations/ibm_1400w_cffps.json b/configurations/ibm_1400w_cffps.json
deleted file mode 100644
index 480afbe..0000000
--- a/configurations/ibm_1400w_cffps.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "Exposes": [],
-    "Name": "IBM 1400W CFFPS $index",
-    "Probe": [
-        "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': '2B1E'})"
-    ],
-    "Type": "PowerSupply"
-}
diff --git a/configurations/ibm_1600w_cffps.json b/configurations/ibm_1600w_cffps.json
deleted file mode 100644
index 09cbd91..0000000
--- a/configurations/ibm_1600w_cffps.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "Exposes": [],
-    "Name": "IBM 1600W CFFPS $index",
-    "Probe": [
-        "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': '2B1E'})"
-    ],
-    "Type": "PowerSupply"
-}
diff --git a/configurations/ibm_2000w_cffps.json b/configurations/ibm_2000w_cffps.json
deleted file mode 100644
index 3cfa70c..0000000
--- a/configurations/ibm_2000w_cffps.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "Exposes": [],
-    "Name": "IBM 2000W CFFPS $index",
-    "Probe": [
-        "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': '51E9'})"
-    ],
-    "Type": "PowerSupply"
-}
diff --git a/configurations/ibm_2300w_cffps.json b/configurations/ibm_2300w_cffps.json
deleted file mode 100644
index 94f92c4..0000000
--- a/configurations/ibm_2300w_cffps.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "Exposes": [],
-    "Name": "IBM 2300W CFFPS $index",
-    "Probe": [
-        "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': '51EA'})"
-    ],
-    "Type": "PowerSupply"
-}
diff --git a/meson.build b/meson.build
index fdbc16d..66c29ef 100644
--- a/meson.build
+++ b/meson.build
@@ -115,11 +115,6 @@
     'genesis3_chassis.json',
     'greatlakes.json',
     'greatlakes_nic_mellanox.json',
-    'ibm_1000w_cffps.json',
-    'ibm_1400w_cffps.json',
-    'ibm_1600w_cffps.json',
-    'ibm_2000w_cffps.json',
-    'ibm_2300w_cffps.json',
     'ibm_tacoma_rack_controller.json',
     'intel_front_panel.json',
     'kudo_bmc.json',