Bruce Lee | 1263c3d | 2021-06-04 15:16:33 +0800 | [diff] [blame] | 1 | conf_data = configuration_data() |
2 | conf_data.set10('VALIDATION_UNSECURE_FEATURE', get_option('validate-unsecure-feature').enabled()) | ||||
3 | conf_data.set10('INSECURE_UNRESTRICTED_SENSOR_OVERRIDE', get_option('insecure-sensor-override').enabled()) | ||||
4 | configure_file(input: 'dbus-sensor_config.h.in', | ||||
5 | output: 'dbus-sensor_config.h', | ||||
6 | configuration: conf_data) |