George Liu | a31da97 | 2022-04-14 14:07:18 +0800 | [diff] [blame] | 1 | option( |
George Liu | 07f94f0 | 2022-04-14 14:09:44 +0800 | [diff] [blame] | 2 | 'tests', type : 'feature', |
| 3 | value: 'enabled', |
| 4 | description : 'Build tests' |
| 5 | ) |
| 6 | |
| 7 | option( |
George Liu | a31da97 | 2022-04-14 14:07:18 +0800 | [diff] [blame] | 8 | 'associations', type : 'feature', |
| 9 | value: 'enabled', |
| 10 | description : 'Enable creating D-Bus associations from a JSON definition' |
| 11 | ) |
| 12 | |
| 13 | option( |
| 14 | 'YAML_PATH', type: 'string', |
| 15 | value: '/usr/share/phosphor-inventory-manager', |
| 16 | description: 'The path to the yaml config files.' |
| 17 | ) |
| 18 | |
| 19 | option( |
| 20 | 'IFACES_PATH', type: 'string', |
| 21 | description: 'The path to the interfaces PIM can create.' |
| 22 | ) |