summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-08-28 15:16:31 -0400
committerJackLivio <jack@livio.io>2018-08-28 15:16:31 -0400
commita34939d71451c2ad859287d46a3950b6249e853b (patch)
treef85c65c761a6fe3f685ee52c0807c2c80b4ba001 /src/components/policy/policy_regular/include/policy/policy_table
parent28648f6012e225f3aa36e3a8263f9c8301ba3283 (diff)
downloadsdl_core-a34939d71451c2ad859287d46a3950b6249e853b.tar.gz
Allow empty moduleType array in PT
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table')
-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);