d0d911a52d0119ba577f28870fc401ae428cc40d
[apps/agl-service-windowmanager-2017.git] / src / policy_manager / db / roles.db
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 | video | music | fallback",
16         "area": "normal.full",
17     },
18     {
19         "category": "system",
20         "role": "settings | dashboard",
21         "area": "normal.full",
22     },
23     {
24         "category": "software_keyboard",
25         "role": "software_keyboard",
26         "area": "software_keyboard",
27     },
28     {
29         "category": "restriction",
30         "role": "restriction",
31         "area": "restriction.normal | restriction.split.main | restriction.split.sub",
32     },
33     {
34         "category": "pop_up",
35         "role": "on_screen | on_screen_phone",
36         "area": "on_screen",
37     },
38     {
39         "category": "system_alert",
40         "role": "system_alert",
41         "area": "on_screen",
42     }
43     ]
44 }