Fix translation of navigation role sandbox/knimitz/fix_map_role
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 18 Oct 2018 07:08:59 +0000 (16:08 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 18 Oct 2018 07:08:59 +0000 (16:08 +0900)
Change-Id: Ic82005ddbc2c43cab3020736115b88a050cace32
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
layers.json
policy_manager/CMakeLists.txt
policy_manager/db/roles.db
policy_manager/db/roles.db.zipc
policy_manager/db/roles.db.zipc.split
src/db/old_roles.db

index fddd258..44e2adb 100644 (file)
@@ -20,7 +20,7 @@
          "comment": "FarHomeScreen is the part of HomeScreen. The z order of this layer is lower than NearHomeScreen"
       },
       {
-         "role": "music|video|browser|radio|phone|map|hvac|settings|dashboard|poi|mixer|sdl|launcher|fallback",
+         "role": "music|video|browser|radio|phone|navigation|map|hvac|settings|dashboard|poi|mixer|sdl|launcher|fallback",
          "name": "Apps",
          "layer_id": 1001,
          "comment": "Range of IDs that will always be placed on layer 1001"
index 3ec4c39..0d2d523 100644 (file)
@@ -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)
index 5d31aea..184e602 100644 (file)
@@ -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",
     },
index facb1d8..13ada24 100644 (file)
@@ -8,7 +8,7 @@
     },
     {
         "category": "map",
-        "role": "map",
+        "role": "navigation",
         "area": "normal.full | split.main",
         "layer": "apps",
     },
index 73c80cf..cef2631 100644 (file)
@@ -8,7 +8,7 @@
     },
     {
         "category": "map",
-        "role": "map",
+        "role": "navigation",
         "area": "normal.full | split.main",
         "layer": "apps",
     },
index 02a4c2d..d8f19f9 100644 (file)
@@ -34,7 +34,7 @@
         },
         {
             "name": "Navigation",
-            "new": "map"
+            "new": "navigation"
         },
         {
             "name": "HVAC",