blob: fbcbabb0e7cc80624a178c4658d093243e2cd68b [file] [log] [blame]
Willy Tue39f9392022-06-15 13:24:20 -07001option('tests', type: 'feature', description: 'Build tests')
2option('bic', type: 'feature', description: 'Enable bic handlers')
Bonnie Lo4ae63e72023-02-09 15:27:54 +08003option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
Willy Tue39f9392022-06-15 13:24:20 -07004option(
5 'host-instances',
6 type: 'string',
7 description: 'Host Instances')
Karthikeyan Pasupathi3048dd52022-06-30 21:51:11 +05308option(
9 'machine',
10 type: 'string',
11 description: 'Machine')