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