Modify role definition
authorYuta Doi <yuta-d@witz-inc.co.jp>
Fri, 22 Jun 2018 00:48:21 +0000 (09:48 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Fri, 22 Jun 2018 00:48:21 +0000 (09:48 +0900)
Change-Id: I1598af88fbe0fa84bccad299a26175650ba058e8
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
src/policy_manager/db/role.db

index 5fafd03..e92ee79 100644 (file)
@@ -2,13 +2,8 @@
     "roles":[
     {
         "category": "homescreen",
-        "role": "homescreen | software_keyboard",
-        "area": "full | software_keyboard",
-    },
-    {
-        "category": "restriction",
-        "role": "restriction",
-        "area": "restriction.normal | restriction.split.main | restriction.split.sub",
+        "role": "homescreen",
+        "area": "fullscreen",
     },
     {
         "category": "map",
         "area": "normal | split.main | split.sub",
         "description": "For ALS, role:video is included here",
     },
+    {
+        "category": "software_keyboard",
+        "role": "software_keyboard",
+        "area": "software_keyboard",
+    },
+    {
+        "category": "restriction",
+        "role": "restriction",
+        "area": "restriction.normal | restriction.split.main | restriction.split.sub",
+    },
     {
         "category": "pop_up",
         "role": "pop_up",