Added PowerSupply frus:
The dumpInventory and dumpObject options of VPD tool
now includes PowerSupply frus.
Signed-off-by: PriyangaRamasamy <priyanga24@in.ibm.com>
Change-Id: I6078d966780898a20a4c3e7c5cc61c3f4f2e6ddd
diff --git a/meson.build b/meson.build
index ce2830a..b61f44a 100644
--- a/meson.build
+++ b/meson.build
@@ -28,6 +28,9 @@
'BUSNAME' : '"' + get_option('BUSNAME') + '"',
'OBJPATH' : '"' + get_option('OBJPATH') + '"',
'IFACE' : '"' + get_option('IFACE') + '"',
+ 'OBJECT_MAPPER_SERVICE' : '"'+get_option('OBJECT_MAPPER_SERVICE')+'"',
+ 'OBJECT_MAPPER_OBJECT' : '"'+get_option('OBJECT_MAPPER_OBJECT')+'"',
+ 'POWER_SUPPLY_TYPE_INTERFACE' : '"'+get_option('POWER_SUPPLY_TYPE_INTERFACE')+'"'
}
)
ibm_read_vpd_SOURCES = ['ibm_vpd_app.cpp',
@@ -61,7 +64,7 @@
dependencies: [
sdbusplus
],
- install: true,
+ install: true
)
if get_option('vpd-manager').enabled()
subdir('vpd-manager')