Change the role and layout
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Tue, 8 May 2018 09:12:57 +0000 (18:12 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Tue, 8 May 2018 09:12:57 +0000 (18:12 +0900)
role
* upper homescreen -> near_homescreen
* lower homescreen -> far_homescreen
* restriction.* -> restriction

Change-Id: I5d53a66b8dc3d3b9cb761b27b7b388661853fd32
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/layout_manager/db/layout.db
src/policy_manager/db/role.db

index 3840ec5..b8bf551 100644 (file)
             "areas": [
                 {
                     "name": "restriction.normal",
-                    "role": "restriction.video_hide_on_driving"
+                    "role": "restriction"
                 }
             ]
         },
             "areas": [
                 {
                     "name": "restriction.split.main",
-                    "role": "restriction.video_hide_on_driving"
+                    "role": "restriction"
                 }
             ]
         },
             "areas": [
                 {
                     "name": "restriction.split.sub",
-                    "role": "restriction.video_hide_on_driving"
+                    "role": "restriction"
                 }
             ]
         },
         {
-            "name": "upper_homescreen",
-            "layer": "upper_homescreen",
+            "name": "software_keyboard",
+            "layer": "near_homescreen",
             "areas": [
                 {
                     "name": "software_keyboard",
             ]
         },
         {
-            "name": "lower_homescreen",
-            "layer": "lower_homescreen",
+            "name": "far_homescreen",
+            "layer": "far_homescreen",
             "areas": [
                 {
                     "name": "fullscreen",
index bcc0bbe..247aab2 100644 (file)
@@ -7,7 +7,7 @@
     },
     {
         "category": "restriction",
-        "role": "restriction.video_hide_on_driving",
+        "role": "restriction",
         "area": "normal | restriction.split.main | restriction.split.sub",
     },
     {