diff options
Diffstat (limited to 'policy_manager')
-rw-r--r-- | policy_manager/CMakeLists.txt | 6 | ||||
-rw-r--r-- | policy_manager/db/roles.db | 2 | ||||
-rw-r--r-- | policy_manager/db/roles.db.zipc | 2 | ||||
-rw-r--r-- | policy_manager/db/roles.db.zipc.split | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/policy_manager/CMakeLists.txt b/policy_manager/CMakeLists.txt index 3ec4c39..0d2d523 100644 --- a/policy_manager/CMakeLists.txt +++ b/policy_manager/CMakeLists.txt @@ -19,13 +19,13 @@ pkg_check_modules(AFB REQUIRED afb-daemon) pkg_check_modules(SD REQUIRED libsystemd>=222) # Set name of STM -set(STM_DIR stub) -#set(STM_DIR zipc) +#set(STM_DIR stub) +set(STM_DIR zipc) # Select roles.db if(zipc MATCHES ${STM_DIR}) # if trying to show split layout, change from OFF to ON - set(TRY_SPLIT_LAYOUT OFF CACHE BOOL "Enable to show split layout") + set(TRY_SPLIT_LAYOUT ON CACHE BOOL "Enable to show split layout") if(${TRY_SPLIT_LAYOUT}) set(ROLES_DB_NAME roles.db.zipc.split) diff --git a/policy_manager/db/roles.db b/policy_manager/db/roles.db index 5d31aea..184e602 100644 --- a/policy_manager/db/roles.db +++ b/policy_manager/db/roles.db @@ -8,7 +8,7 @@ }, { "category": "debug", - "role": "launcher | map | poi | browser | sdl | mixer | radio | hvac | debug | phone | video | music | settings | dashboard | fallback", + "role": "launcher | navigation | map | poi | browser | sdl | mixer | radio | hvac | debug | phone | video | music | settings | dashboard | fallback", "area": "normal.full | split.main | split.sub | fullscreen", "layer": "apps", }, diff --git a/policy_manager/db/roles.db.zipc b/policy_manager/db/roles.db.zipc index facb1d8..13ada24 100644 --- a/policy_manager/db/roles.db.zipc +++ b/policy_manager/db/roles.db.zipc @@ -8,7 +8,7 @@ }, { "category": "map", - "role": "map", + "role": "navigation", "area": "normal.full | split.main", "layer": "apps", }, diff --git a/policy_manager/db/roles.db.zipc.split b/policy_manager/db/roles.db.zipc.split index 73c80cf..cef2631 100644 --- a/policy_manager/db/roles.db.zipc.split +++ b/policy_manager/db/roles.db.zipc.split @@ -8,7 +8,7 @@ }, { "category": "map", - "role": "map", + "role": "navigation", "area": "normal.full | split.main", "layer": "apps", }, |