2776ce5326846471b79b93d228ec82996a4f356c
[apps/agl-service-windowmanager-2017.git] / src / policy_manager / db / roles.db.split
1 {
2     "roles":[
3     {
4         "category": "homescreen",
5         "role": "homescreen",
6         "area": "fullscreen",
7     },
8     {
9         "category": "map",
10         "role": "map",
11         "area": "normal.full | split.main",
12     },
13     {
14         "category": "general",
15         "role": "launcher | poi | browser | sdl | mixer | radio | hvac | debug | phone | fallback",
16         "area": "normal.full",
17         "description": "For split test, video and music are moved to category:splitable",
18     },
19     {
20         "category": "system",
21         "role": "settings | dashboard",
22         "area": "normal.full",
23     },
24     {
25         "category": "splitable",
26         "role": "video | music",
27         "area": "normal.full | split.main | split.sub",
28         "description": "For split test, video and music are included here",
29     },
30     {
31         "category": "software_keyboard",
32         "role": "software_keyboard",
33         "area": "software_keyboard",
34     },
35     {
36         "category": "restriction",
37         "role": "restriction",
38         "area": "restriction.normal | restriction.split.main | restriction.split.sub",
39     },
40     {
41         "category": "pop_up",
42         "role": "on_screen | on_screen_phone",
43         "area": "on_screen",
44     },
45     {
46         "category": "system_alert",
47         "role": "system_alert",
48         "area": "on_screen",
49     }
50     ]
51 }