blob: 2b975fa19ababd5081e54662c8e985e083d4a6c4 [file] [log] [blame]
Andrew Jeffery9d2a1c62023-06-05 13:02:16 +09301option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing'])
Andrew Jeffery65c64092024-11-29 11:52:13 +10302option('abi-compliance-check', type: 'boolean', description: 'Detect public ABI/API changes')
Andrew Jefferyfef24ed2024-11-29 11:43:49 +10303option('oem', type: 'array', description: 'Enable OEM PLDM extensions', choices: ['ibm', 'meta'], value: ['ibm', 'meta'])
Andrew Jeffery65c64092024-11-29 11:52:13 +10304option('tests', type: 'boolean', description: 'Build tests')
Matt Johnstonc69081a2024-10-11 15:01:39 +08005option('transport', type: 'boolean', description: 'Enable transport implementation')