Move Jsons, services and rules to VPD repo
This commit moves Jsons, service files and rules to the VPD repo,
and installing it by meson.
Test: Tested the image on simics and a rainier system , booted to
standby succesfully.
Also, I verified all the jsons, rules and service files are in the
appropriate location.
Signed-off-by: Alpana Kumari <alpankum@in.ibm.com>
Change-Id: I538b7159e5226134c3e0d16bbb1686166cd17441
diff --git a/ibm_vpd/fru/systems.json b/ibm_vpd/fru/systems.json
new file mode 100644
index 0000000..2dc26d3
--- /dev/null
+++ b/ibm_vpd/fru/systems.json
@@ -0,0 +1,31 @@
+{
+ "system": {
+ "50001001": {
+ "constraint": {
+ "HW": ["0001"],
+ "json": "50001001.json"
+ },
+ "default": "50001001_v2.json"
+ },
+ "50001000": {
+ "constraint": {
+ "HW": ["0001"],
+ "json": "50001000.json"
+ },
+ "default": "50001000_v2.json"
+ },
+ "50001002": {
+ "default": "50001002.json"
+ },
+ "50003000": {
+ "constraint": {
+ "HW": ["000A", "000B", "000C", "0014"],
+ "json": "50003000.json"
+ },
+ "default": "50003000_v2.json"
+ },
+ "50004000": {
+ "default": "50004000.json"
+ }
+ }
+}