aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy_manager/db
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-05-11 10:09:24 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-05-11 10:09:24 +0900
commitf73c5f5ff5cd4b424eed1a757c7bc8d3e34ec0e9 (patch)
tree62c2f6b9c18133d53c06866615b45a583020ba03 /src/policy_manager/db
parent491ad429c154af15256791c42cff83ce39cb2006 (diff)
The role "video" can be shown in split area for ALS
and the role "restriction" can use the areas other than "restriction.split.sub" Change-Id: I5aab163409cf5284b876dc9e44102ee620344472 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/policy_manager/db')
-rw-r--r--src/policy_manager/db/role.db6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/policy_manager/db/role.db b/src/policy_manager/db/role.db
index 6c5d715..1c314b0 100644
--- a/src/policy_manager/db/role.db
+++ b/src/policy_manager/db/role.db
@@ -17,8 +17,9 @@
},
{
"category": "general",
- "role": "launcher | poi | music | video | browser | sdl | settings | mixer | radio | hvac | dashboard | debug",
+ "role": "launcher | poi | music | browser | sdl | settings | mixer | radio | hvac | dashboard | debug",
"area": "normal",
+ "description": "For ALS, role:video is moved to category:splitable",
},
{
"category": "phone",
@@ -27,8 +28,9 @@
},
{
"category": "splitable",
- "role": "splitable1 | splitable2",
+ "role": "splitable1 | splitable2 | video",
"area": "normal | split.main | split.sub",
+ "description": "For ALS, role:video is included here",
},
{
"category": "popup",