diff options
Diffstat (limited to 'policy_manager/stm/stm.c')
-rw-r--r-- | policy_manager/stm/stm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/policy_manager/stm/stm.c b/policy_manager/stm/stm.c index c63a599..ecd8488 100644 --- a/policy_manager/stm/stm.c +++ b/policy_manager/stm/stm.c @@ -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. @@ -40,6 +41,7 @@ const char* kStmCategoryName[] = { "system", "software_keyboard", "debug", + "remote", }; const char* kStmAreaName[] = { @@ -53,6 +55,7 @@ const char* kStmAreaName[] = { "restriction.split.main", "restriction.split.sub", "software_keyboard", + "remote.fullscreen", }; const char* kStmLayoutName[] = { @@ -75,6 +78,7 @@ const char* kStmLayoutName[] = { "debug.split.main", "debug.split.sub", "debug.fullscreen", + "remote.fullscreen", }; const char* kStmLayerName[] = { @@ -83,6 +87,7 @@ const char* kStmLayerName[] = { "near_homescreen", "restriction", "on_screen", + "remote_apps", }; const char* kStmModeName[] = { |