Modify the definition of role:phone for ALS
[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": "restriction.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 | browser | sdl | settings | mixer | radio | hvac | dashboard | debug | phone",
21         "area": "normal",
22         "description": "For ALS, role:video is moved to category:splitable",
23     },
24     {
25         "category": "splitable",
26         "role": "splitable1 | splitable2 | video",
27         "area": "normal | split.main | split.sub",
28         "description": "For ALS, role:video is included here",
29     },
30     {
31         "category": "popup",
32         "role": "popup",
33         "area": "on_screen",
34     },
35     {
36         "category": "system_alert",
37         "role": "system_alert",
38         "area": "on_screen",
39     },
40     {
41         "category": "tbt",
42         "role": "tbt",
43         "area": "hud",
44     }
45     ]
46 }