blob: 6dc99312e8f52511f69c665f6740680b0de1be06 [file] [log] [blame]
Bruce Lee1263c3d2021-06-04 15:16:33 +08001#pragma once
2
3#include <cstdint>
4
5// clang-format off
Ed Tanous74cffa82022-01-25 13:00:28 -08006constexpr const int validateUnsecureFeature = @VALIDATION_UNSECURE_FEATURE@;
Bruce Lee1263c3d2021-06-04 15:16:33 +08007
Ed Tanous74cffa82022-01-25 13:00:28 -08008constexpr const int insecureSensorOverride = @INSECURE_UNRESTRICTED_SENSOR_OVERRIDE@;
Bruce Lee1263c3d2021-06-04 15:16:33 +08009// clang-format on