summaryrefslogtreecommitdiffstats
path: root/demo3/common/agl-service-windowmanager/policy_manager/config/roles.json
blob: c657fecf6816ea498694328462a337cd33e0a2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
    "roles":[
    {
        "category": "homescreen",
        "role": "homescreen",
        "area": "fullscreen",
        "layer": "homescreen",
    },
    {
        "category": "debug",
        "role": "launcher | map | poi | browser | sdl | mixer | radio | hvac | debug | phone | video | music | settings | dashboard | fallback",
        "area": "normal.full | split.main | split.sub | fullscreen",
        "layer": "apps",
    },
    {
        "category": "software_keyboard",
        "role": "software_keyboard",
        "area": "software_keyboard",
        "layer": "near_homescreen",
    },
    {
        "category": "restriction",
        "role": "restriction",
        "area": "restriction.normal | restriction.split.main | restriction.split.sub",
        "layer": "restriction",
    },
    {
        "category": "pop_up",
        "role": "on_screen | on_screen_phone",
        "area": "on_screen",
        "layer": "on_screen",
    },
    {
        "category": "system_alert",
        "role": "system_alert",
        "area": "on_screen",
        "layer": "on_screen",
    },
    {
        "category": "tbt",
        "role": "tbt",
        "area": "normal.full | master.split.sub",
        "layer": "remote",
    },
    {
        "category": "receiver",
        "role": "receiver",
        "area": "normal.full | split.main | split.sub",
        "layer": "apps",
    }
    ]
}