blob: d1a7cfa5be92ff1787d325d0966cf2a459d01acc [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,
32 "gpu": {
33 "backend": "virglrenderer",
34 "context_types": ["virgl2"]
35 },
Jiyong Parkfdf2dde2024-07-19 19:39:03 +090036 "display": {
37 "scale": "0.77",
38 "refresh_rate": "30"
39 },
Yi-Yo Chiangc32e98b2024-07-11 23:26:24 +080040 "console_input_device": "hvc0"
Jiyong Parkac7fc672024-07-12 19:52:46 +090041}