X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fagl-service-windowmanager-2017.git;a=blobdiff_plain;f=policy_manager%2Fdb%2Froles.db.zipc.split;fp=policy_manager%2Fdb%2Froles.db.zipc.split;h=73c80cf4fe5c37ed9f8be48524daf78bd5de831d;hp=0000000000000000000000000000000000000000;hb=1859dd4135f5d019f16a1333df318ecd1211afb9;hpb=c1d85371b1eb693128cf9553c356ea77e609d9a3 diff --git a/policy_manager/db/roles.db.zipc.split b/policy_manager/db/roles.db.zipc.split new file mode 100644 index 0000000..73c80cf --- /dev/null +++ b/policy_manager/db/roles.db.zipc.split @@ -0,0 +1,60 @@ +{ + "roles":[ + { + "category": "homescreen", + "role": "homescreen", + "area": "fullscreen", + "layer": "homescreen", + }, + { + "category": "map", + "role": "map", + "area": "normal.full | split.main", + "layer": "apps", + }, + { + "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", + "layer": "apps", + }, + { + "category": "system", + "role": "settings | dashboard", + "area": "normal.full", + "layer": "apps", + }, + { + "category": "splitable", + "role": "video | music", + "area": "normal.full | split.main | split.sub", + "description": "For split test, video and music are included here", + "layer": "apps", + }, + { + "category": "software_keyboard", + "role": "software_keyboard", + "area": "software_keyboard", + "layer": "near_homescreen", + }, + { + "category": "restriction", + "role": "restriction", + "area": "restriction.normal | restriction.split.main | restriction.split.sub", + "layer": "restriction", + }, + { + "category": "pop_up", + "role": "on_screen | on_screen_phone", + "area": "on_screen", + "layer": "on_screen", + }, + { + "category": "system_alert", + "role": "system_alert", + "area": "on_screen", + "layer": "on_screen", + } + ] +}