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