1option('tests', type: 'feature', description: 'Build tests') 2option( 3 'intel-pfr', 4 type: 'feature', 5 description: 'Intel Platform Firmware Resilience enabled', 6) 7option( 8 'bmc-validation-unsecure-feature', 9 type: 'feature', 10 description: 'Enables unsecure features required by validation. Note: must be turned off for production images.', 11) 12option( 13 'using-entity-manager-decorators', 14 type: 'feature', 15 description: 'Enable using EM decorators to map FRUs to entity IDs', 16) 17