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.h1
1 files changed, 1 insertions, 0 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 0554e94722..876ca03a27 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
@@ -105,6 +105,7 @@ enum AppHMIType {
AHT_TESTING,
AHT_SYSTEM,
AHT_REMOTE_CONTROL,
+ AHT_PROJECTION
};
bool IsValidEnum(AppHMIType val);
const char* EnumToJsonString(AppHMIType val);