From: Yuta Doi Date: Fri, 22 Jun 2018 00:48:21 +0000 (+0900) Subject: Modify role definition X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=6229e56414c62cbe21c2d3242900b09ff86a21a5;p=apps%2Fagl-service-windowmanager.git Modify role definition Change-Id: I1598af88fbe0fa84bccad299a26175650ba058e8 Signed-off-by: Yuta Doi --- 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", @@ -32,6 +27,16 @@ "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",