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": "full",
},
{
"category": "map",
"role": "map",
"area": "full | normal | split.main",
},
{
"category": "general",
"role": "poi | music | video | browser | sdl | settings | mixer | radio | hvac | dashboard | debug",
"area": "normal",
},
{
"category": "phone",
"role": "phone",
"area": "normal",
},
{
"category": "splitable",
"role": "splitable1 | splitable2",
"area": "normal | split.main | split.sub",
},
{
"category": "popup",
"role": "popup",
"area": "on_screen",
},
{
"category": "system_alert",
"role": "system_alert",
"area": "on_screen",
},
{
"category": "tbt",
"role": "tbt",
"area": "hud",
}
]
}
|