aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-06-22 09:48:21 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-06-22 09:48:21 +0900
commit6229e56414c62cbe21c2d3242900b09ff86a21a5 (patch)
tree2a5a45c3b97a1ecb39f7c473f676c99f6d55e3db
parent8dd0bd1e4431213d9a3bf1173deed7c3d729d610 (diff)
Modify role definition
Change-Id: I1598af88fbe0fa84bccad299a26175650ba058e8 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
-rw-r--r--src/policy_manager/db/role.db19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/policy_manager/db/role.db b/src/policy_manager/db/role.db
index 5fafd03..e92ee79 100644
--- a/src/policy_manager/db/role.db
+++ b/src/policy_manager/db/role.db
@@ -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",
@@ -33,6 +28,16 @@
"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",
"area": "on_screen",