diff options
Diffstat (limited to 'policy_manager/stm/stm.h')
-rw-r--r-- | policy_manager/stm/stm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/policy_manager/stm/stm.h b/policy_manager/stm/stm.h index deebf9c..330e10d 100644 --- a/policy_manager/stm/stm.h +++ b/policy_manager/stm/stm.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2018 TOYOTA MOTOR CORPORATION + * Copyright (c) 2019 Konsulko Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -61,6 +62,7 @@ enum StmCtgNo { StmCtgNoSystem, StmCtgNoSoftwareKeyboard, StmCtgNoDebug, + StmCtgNoRemote, StmCtgNoNum, @@ -80,6 +82,7 @@ enum StmAreaNo { StmAreaNoRestrictionSplitMain, StmAreaNoRestrictionSplitSub, StmAreaNoSoftwareKyeboard, + StmAreaNoRemoteFullscreen, StmAreaNoNum, @@ -94,6 +97,7 @@ enum StmLayerNo { StmLayerNoNearHomescreen, StmLayerNoRestriction, StmLayerNoOnScreen, + StmLayerNoRemoteApps, StmLayerNoNum, @@ -122,6 +126,7 @@ enum StmLayoutNo { StmLayoutNoDbgSplMain, StmLayoutNoDbgSplSub, StmLayoutNoDbgFll, + StmLayoutNoRmtFll, StmLayoutNoNum, |