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