1option('tests', type: 'feature', value: 'enabled', description: 'Build tests') 2 3option( 4 'associations', 5 type: 'feature', 6 value: 'enabled', 7 description: 'Enable creating D-Bus associations from a JSON definition', 8) 9 10option( 11 'YAML_PATH', 12 type: 'string', 13 value: '/usr/share/phosphor-inventory-manager', 14 description: 'The path to the yaml config files.', 15) 16 17option( 18 'IFACES_PATH', 19 type: 'string', 20 description: 'The path to the interfaces PIM can create.', 21) 22