blob: 0b936182f5794d8cabbfb303188a2b30df85d3ee [file] [log] [blame]
Patrick Williamsaf2d2a12025-02-01 08:36:41 -05001option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
2
George Liua31da972022-04-14 14:07:18 +08003option(
Patrick Williamsaf2d2a12025-02-01 08:36:41 -05004 'associations',
5 type: 'feature',
George Liu07f94f02022-04-14 14:09:44 +08006 value: 'enabled',
Patrick Williamsaf2d2a12025-02-01 08:36:41 -05007 description: 'Enable creating D-Bus associations from a JSON definition',
George Liu07f94f02022-04-14 14:09:44 +08008)
9
10option(
Patrick Williamsaf2d2a12025-02-01 08:36:41 -050011 'YAML_PATH',
12 type: 'string',
George Liua31da972022-04-14 14:07:18 +080013 value: '/usr/share/phosphor-inventory-manager',
Patrick Williamsaf2d2a12025-02-01 08:36:41 -050014 description: 'The path to the yaml config files.',
George Liua31da972022-04-14 14:07:18 +080015)
16
17option(
Patrick Williamsaf2d2a12025-02-01 08:36:41 -050018 'IFACES_PATH',
19 type: 'string',
20 description: 'The path to the interfaces PIM can create.',
21)