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