| Patrick Williams | c4589e0 | 2025-02-01 08:38:32 -0500 | [diff] [blame] | 1 | option( | 
|  | 2 | 'abi', | 
|  | 3 | type: 'array', | 
|  | 4 | description: 'Constrain exposed symbol classes', | 
|  | 5 | choices: ['deprecated', 'stable', 'testing'], | 
|  | 6 | value: ['deprecated', 'stable', 'testing'], | 
|  | 7 | ) | 
|  | 8 | option( | 
|  | 9 | 'abi-compliance-check', | 
|  | 10 | type: 'boolean', | 
|  | 11 | description: 'Detect public ABI/API changes', | 
|  | 12 | ) | 
|  | 13 | option( | 
|  | 14 | 'oem', | 
|  | 15 | type: 'array', | 
|  | 16 | description: 'Enable OEM PLDM extensions', | 
|  | 17 | choices: ['ibm', 'meta'], | 
|  | 18 | value: ['ibm', 'meta'], | 
|  | 19 | ) | 
| Andrew Jeffery | 65c6409 | 2024-11-29 11:52:13 +1030 | [diff] [blame] | 20 | option('tests', type: 'boolean', description: 'Build tests') | 
| Patrick Williams | c4589e0 | 2025-02-01 08:38:32 -0500 | [diff] [blame] | 21 | option( | 
|  | 22 | 'transport', | 
|  | 23 | type: 'boolean', | 
|  | 24 | description: 'Enable transport implementation', | 
|  | 25 | ) | 
| Matt Johnston | c127a01 | 2025-06-20 17:49:19 +0800 | [diff] [blame] | 26 | option( | 
|  | 27 | 'tools', | 
|  | 28 | type: 'array', | 
|  | 29 | description: 'Tools to build with the library', | 
|  | 30 | choices: ['pd'], | 
|  | 31 | value: ['pd'], | 
|  | 32 | ) |