aboutsummaryrefslogtreecommitdiffstats
path: root/src/policy_manager/db/roles.db
blob: d0d911a52d0119ba577f28870fc401ae428cc40d (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
{
    "roles":[
    {
        "category": "homescreen",
        "role": "homescreen",
        "area": "fullscreen",
    },
    {
        "category": "map",
        "role": "map",
        "area": "normal.full | split.main",
    },
    {
        "category": "general",
        "role": "launcher | poi | browser | sdl | mixer | radio | hvac | debug | phone | video | music | fallback",
        "area": "normal.full",
    },
    {
        "category": "system",
        "role": "settings | dashboard",
        "area": "normal.full",
    },
    {
        "category": "software_keyboard",
        "role": "software_keyboard",
        "area": "software_keyboard",
    },
    {
        "category": "restriction",
        "role": "restriction",
        "area": "restriction.normal | restriction.split.main | restriction.split.sub",
    },
    {
        "category": "pop_up",
        "role": "on_screen | on_screen_phone",
        "area": "on_screen",
    },
    {
        "category": "system_alert",
        "role": "system_alert",
        "area": "on_screen",
    }
    ]
}