Andrew Jeffery | 9d2a1c6 | 2023-06-05 13:02:16 +0930 | [diff] [blame] | 1 | option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing']) |
Andrew Jeffery | 65c6409 | 2024-11-29 11:52:13 +1030 | [diff] [blame] | 2 | option('abi-compliance-check', type: 'boolean', description: 'Detect public ABI/API changes') |
Andrew Jeffery | fef24ed | 2024-11-29 11:43:49 +1030 | [diff] [blame] | 3 | option('oem', type: 'array', description: 'Enable OEM PLDM extensions', choices: ['ibm', 'meta'], value: ['ibm', 'meta']) |
Andrew Jeffery | 65c6409 | 2024-11-29 11:52:13 +1030 | [diff] [blame] | 4 | option('tests', type: 'boolean', description: 'Build tests') |
Matt Johnston | c69081a | 2024-10-11 15:01:39 +0800 | [diff] [blame] | 5 | option('transport', type: 'boolean', description: 'Enable transport implementation') |