diff options
author | 2018-06-13 01:37:46 +0900 | |
---|---|---|
committer | 2018-06-20 12:52:39 +0900 | |
commit | 63500405461b8b6f8f792c1112835bf9f68ed4b5 (patch) | |
tree | c3ece631d188ee17863d310adc2854cf3a454dc2 /src/policy_manager/zipc/dummy_stm.h | |
parent | b88b923f24dd0903d393240cd63aa3ef4efde59c (diff) |
Add category "system" for showing specific app on restriction mode ON
Change-Id: Ic4d63045f98cd18b33876e4cde8d1d0a315706f0
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/policy_manager/zipc/dummy_stm.h')
-rw-r--r-- | src/policy_manager/zipc/dummy_stm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/policy_manager/zipc/dummy_stm.h b/src/policy_manager/zipc/dummy_stm.h index 495f8cf..cf29bbd 100644 --- a/src/policy_manager/zipc/dummy_stm.h +++ b/src/policy_manager/zipc/dummy_stm.h @@ -49,6 +49,7 @@ #define STM_CTG_NO_POPUP 0x0600 #define STM_CTG_NO_SYSTEM_ALERT 0x0700 #define STM_CTG_NO_RESTRICTION 0x0800 +#define STM_CTG_NO_SYSTEM 0x0900 // Area number #define STM_ARA_NO_FULL 0x010000 @@ -67,7 +68,7 @@ // Number of events, categories and areas #define STM_NUM_EVT 15 -//#define STM_NUM_CTG 7 +//#define STM_NUM_CTG 9 #define STM_NUM_ARA 8 // Enum for state @@ -120,6 +121,7 @@ enum stm_layout_ { gStmLayoutNoRestriction, gStmLayoutNoRestrictionSplitMain, gStmLayoutNoRestrictionSplitSub, + gStmLayoutNoSystem, }; enum stm_category_ { |