Lei YU | c4cfc6e | 2019-08-02 11:30:10 +0800 | [diff] [blame^] | 1 | option('MANIFEST_FILE', |
2 | type: 'string', | ||||
3 | value: 'MANIFEST', | ||||
4 | description: 'The path of the MANIFEST file') | ||||
5 | |||||
6 | option('SOFTWARE_OBJPATH', | ||||
7 | type: 'string', | ||||
8 | value: '/xyz/openbmc_project/software', | ||||
9 | description: 'The software manager Dbus root') | ||||
10 | |||||
11 | option('PSU_INVENTORY_PATH', | ||||
12 | type: 'string', | ||||
13 | value: '/xyz/openbmc_project/inventory/system/chassis', | ||||
14 | description: 'The PSU inventory path') |