X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fpolicy_manager%2Fdb%2Froles.db.split;fp=src%2Fpolicy_manager%2Fdb%2Froles.db.split;h=2776ce5326846471b79b93d228ec82996a4f356c;hb=99b6f4d2fcd421d3a760a88a67e511fb6fc98068;hp=0000000000000000000000000000000000000000;hpb=8ab10aaafc6fb3dc7bbad755dce9b4bdaa41f287;p=apps%2Fagl-service-windowmanager.git diff --git a/src/policy_manager/db/roles.db.split b/src/policy_manager/db/roles.db.split new file mode 100644 index 0000000..2776ce5 --- /dev/null +++ b/src/policy_manager/db/roles.db.split @@ -0,0 +1,51 @@ +{ + "roles":[ + { + "category": "homescreen", + "role": "homescreen", + "area": "fullscreen", + }, + { + "category": "map", + "role": "map", + "area": "normal.full | split.main", + }, + { + "category": "general", + "role": "launcher | poi | browser | sdl | mixer | radio | hvac | debug | phone | fallback", + "area": "normal.full", + "description": "For split test, video and music are moved to category:splitable", + }, + { + "category": "system", + "role": "settings | dashboard", + "area": "normal.full", + }, + { + "category": "splitable", + "role": "video | music", + "area": "normal.full | split.main | split.sub", + "description": "For split test, video and music are 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": "on_screen | on_screen_phone", + "area": "on_screen", + }, + { + "category": "system_alert", + "role": "system_alert", + "area": "on_screen", + } + ] +}