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
|
{
"roles":[
{
"category": "homescreen",
"role": "homescreen | software_keyboard",
"area": "full | software_keyboard",
},
{
"category": "restriction",
"role": "restriction",
"area": "restriction.normal | restriction.split.main | restriction.split.sub",
},
{
"category": "map",
"role": "map",
"area": "normal | split.main",
},
{
"category": "general",
"role": "launcher | poi | music | browser | sdl | settings | mixer | radio | hvac | dashboard | debug",
"area": "normal",
"description": "For ALS, role:video is moved to category:splitable",
},
{
"category": "phone",
"role": "phone",
"area": "normal",
},
{
"category": "splitable",
"role": "splitable1 | splitable2 | video",
"area": "normal | split.main | split.sub",
"description": "For ALS, role:video is included here",
},
{
"category": "popup",
"role": "popup",
"area": "on_screen",
},
{
"category": "system_alert",
"role": "system_alert",
"area": "on_screen",
},
{
"category": "tbt",
"role": "tbt",
"area": "hud",
}
]
}
|