summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table/enums.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/enums.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/enums.h b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
index 4107fad398..b2acf77ec1 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/enums.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
@@ -159,7 +159,8 @@ enum ModuleType {
MT_SEAT,
MT_AUDIO,
MT_LIGHT,
- MT_HMI_SETTINGS
+ MT_HMI_SETTINGS,
+ MT_EMPTY
};
bool IsValidEnum(ModuleType val);
const char* EnumToJsonString(ModuleType val);