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