Created
May 11, 2026 23:32
-
-
Save gnoliyil/657924a02c08a62f9ce787889b18fc00 to your computer and use it in GitHub Desktop.
Fuchsia Virtual Device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema_id": "http://fuchsia.com/schemas/sdk/virtual_device.json", | |
| "data": { | |
| "name": "workbench_emu", | |
| "description": "", | |
| "type": "virtual_device", | |
| "hardware": { | |
| "cpu": { | |
| "arch": "x64", | |
| "count": 4 | |
| }, | |
| "audio": { | |
| "model": "hda" | |
| }, | |
| "storage": { | |
| "quantity": 10, | |
| "units": "gigabytes" | |
| }, | |
| "inputs": { | |
| "pointing_device": "mouse" | |
| }, | |
| "memory": { | |
| "quantity": 8192, | |
| "units": "megabytes" | |
| }, | |
| "window_size": { | |
| "height": 1200, | |
| "width": 720, | |
| "units": "pixels" | |
| }, | |
| "vsock": { | |
| "enabled": false, | |
| "cid": 0 | |
| } | |
| }, | |
| "ports": { | |
| "mdns": 5353, | |
| "adb": 5555, | |
| "ssh": 22, | |
| "debug": 2345 | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment