Change the role and layout
[apps/agl-service-windowmanager.git] / src / policy_manager / db / role.db
1 {
2     "roles":[
3     {
4         "category": "homescreen",
5         "role": "homescreen | "software_keyboard",
6         "area": "full | software_keyboard",
7     },
8     {
9         "category": "restriction",
10         "role": "restriction",
11         "area": "normal | restriction.split.main | restriction.split.sub",
12     },
13     {
14         "category": "map",
15         "role": "map",
16         "area": "normal | split.main",
17     },
18     {
19         "category": "general",
20         "role": "launcher | poi | music | video | browser | sdl | settings | mixer | radio | hvac | dashboard | debug",
21         "area": "normal",
22     },
23     {
24         "category": "phone",
25         "role": "phone",
26         "area": "normal",
27     },
28     {
29         "category": "splitable",
30         "role": "splitable1 | splitable2",
31         "area": "normal | split.main | split.sub",
32     },
33     {
34         "category": "popup",
35         "role": "popup",
36         "area": "on_screen",
37     },
38     {
39         "category": "system_alert",
40         "role": "system_alert",
41         "area": "on_screen",
42     },
43     {
44         "category": "tbt",
45         "role": "tbt",
46         "area": "hud",
47     }
48     ]
49 }