blob: 26a754425ed652b86cb3f456efcd301e32b5b15d [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 Jefferyd1269362023-11-08 15:54:35 +10302option('tests', type: 'feature', description: 'Build tests')
Andrew Jeffery1276c962023-11-08 15:56:05 +10303option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM')
Andrew Jeffery953bc8c2023-05-22 15:24:17 +09304option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes')
Delphine CC Chiu22fad392023-10-27 11:05:01 +08005option('oem-meta', type: 'feature', description: 'Enable Meta OEM PLDM')