blob: 57d922a72775d9de45b3f880a6766188fb4cfffa [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 Jeffery9c766792022-08-10 23:12:49 +09302option('tests', type: 'feature', description: 'Build tests', value: 'enabled')
3option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM', yield: true)
Andrew Jeffery953bc8c2023-05-22 15:24:17 +09304option('abi-compliance-check', type: 'feature', description: 'Detect public ABI/API changes')