Willy Tu | e39f939 | 2022-06-15 13:24:20 -0700 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
| 2 | option('bic', type: 'feature', description: 'Enable bic handlers') |
Bonnie Lo | 4ae63e7 | 2023-02-09 15:27:54 +0800 | [diff] [blame] | 3 | option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1) |
Willy Tu | e39f939 | 2022-06-15 13:24:20 -0700 | [diff] [blame] | 4 | option( |
| 5 | 'host-instances', |
| 6 | type: 'string', |
| 7 | description: 'Host Instances') |
Karthikeyan Pasupathi | 3048dd5 | 2022-06-30 21:51:11 +0530 | [diff] [blame] | 8 | option( |
| 9 | 'machine', |
| 10 | type: 'string', |
| 11 | description: 'Machine') |