blob: 50ce9226e329e5d200746eb3cf59572913fd444f [file] [log] [blame]
SunnySrivastava19847ef54422019-12-03 02:47:37 -06001option('oe-sdk', type: 'feature', description: 'ENABLE OE SDK FOR OPENPOWER VPD PARSER')
2option('tests', type: 'feature', value : 'enabled', description: 'Build tests')
3option('FRU_YAML',type: 'string', value: 'writefru.yaml', description: 'YAML STRING')
4option('PROP_YAML',type: 'string', value: 'extra-properties-example.yaml', description: 'YAML PROPERTY')
5option('ibm-parser', type: 'feature', description: 'ENABLE IBM PARSER')
6option('INVENTORY_JSON',type: 'string', value: '/usr/share/vpd/vpd_inventory.json', description: 'JSON file that defines inventory blueprint')
PriyangaRamasamy1f0b1e62020-02-20 20:48:25 +05307option('INVENTORY_PATH',type: 'string', value: '/xyz/openbmc_project/inventory', description: 'Prefix for inventory D-Bus objects')
8option('INVENTORY_MANAGER_SERVICE',type: 'string', value: 'xyz.openbmc_project.Inventory.Manager', description: 'Inventory manager service')
SunnySrivastava1984a7392592020-03-09 10:19:33 -05009option('IPZ_INTERFACE', type: 'string', value: 'com.ibm.ipzvpd', description: 'IPZ VPD interface')
10option('BUSNAME', type : 'string', value : 'com.ibm.VPD.Manager',description : 'BUS NAME FOR THE SERVICE')
11option('OBJPATH', type : 'string', value : '/com/ibm/VPD/Manager', description : 'OBJECT PATH FOT THE SERVICE')
12option('IFACE', type : 'string', value : 'com.ibm.VPD.Manager', description : 'INTERFACE NAME')
13option('vpd-manager', type: 'feature', description: 'ENABLE VPD-MANAGERR APPLICATION')
PriyangaRamasamycdf943c2020-03-18 02:25:30 +053014option('OBJECT_MAPPER_SERVICE', type : 'string', value : 'xyz.openbmc_project.ObjectMapper', description : 'Object Mapper service')
15option('OBJECT_MAPPER_OBJECT', type : 'string', value : '/xyz/openbmc_project/object_mapper', description : 'One of the objects in Object Mapper service')
16option('POWER_SUPPLY_TYPE_INTERFACE', type : 'string', value : 'xyz.openbmc_project.Inventory.Item.PowerSupply', description : 'Power Supply Type Interface')
PriyangaRamasamy0407b172020-03-31 13:57:18 +053017option('INVENTORY_MANAGER_CACHE', type : 'string', value : '/var/lib/phosphor-inventory-manager', description : 'Path to inventory manager cache')