blob: 6e024bab1d4c028c44ed6aaf0b1c270e3cd83274 [file] [log] [blame]
Jiyong Parkac7fc672024-07-12 19:52:46 +09001{
2 "name": "cros",
3 "disks": [
4 {
5 "writable": true,
6 "partitions": [
7 {
8 "label": "STATE",
9 "path": "/data/local/tmp/state.img",
10 "writable": true
11 },
12 {
13 "label": "KERN-A",
14 "path": "/data/local/tmp/kernel.img"
15 },
16 {
17 "label": "ROOT-A",
18 "path": "/data/local/tmp/root.img",
19 "guid": "GUID"
20 },
21 {
22 "label": "EFI-SYSTEM",
23 "path": "/data/local/tmp/efi.img"
24 }
25 ]
26 }
27 ],
28 "protected": false,
29 "cpu_topology": "match_host",
30 "platform_version": "~1.0",
31 "memory_mib": 8096,
Jiyong Park02f378e2024-08-02 14:50:39 +090032 "debuggable": true,
33 "console_out": true,
34 "connect_console": true,
35 "console_input_device": "hvc0",
36 "network": true,
37 "input": {
38 "touchscreen": true,
39 "keyboard": true,
40 "mouse": true,
41 "trackpad": true,
42 "switches": true
43 },
44 "audio": {
45 "speaker": true,
46 "microphone": true
47 },
Jiyong Parkac7fc672024-07-12 19:52:46 +090048 "gpu": {
49 "backend": "virglrenderer",
50 "context_types": ["virgl2"]
51 },
Jiyong Parkfdf2dde2024-07-19 19:39:03 +090052 "display": {
53 "scale": "0.77",
54 "refresh_rate": "30"
Jiyong Park02f378e2024-08-02 14:50:39 +090055 }
Jiyong Parkac7fc672024-07-12 19:52:46 +090056}