Jiyong Park | ac7fc67 | 2024-07-12 19:52:46 +0900 | [diff] [blame] | 1 | { |
| 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 | }, |
Yi-Yo Chiang | c32e98b | 2024-07-11 23:26:24 +0800 | [diff] [blame^] | 36 | "console_input_device": "hvc0" |
Jiyong Park | ac7fc67 | 2024-07-12 19:52:46 +0900 | [diff] [blame] | 37 | } |