Add remote display support
[apps/agl-service-windowmanager.git] / policy_manager / stm / stm.h
index deebf9c..330e10d 100644 (file)
@@ -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,