blob: afff47f58e43212fda2f3c14ee0ee8b0713c612a [file] [log] [blame]
{
"schema_id": "http://fuchsia.com/schemas/sdk/virtual_device-93A41932.json",
"data": {
"description": "Some device description",
"type": "virtual_device",
"name": "device",
"hardware": {
"audio": {
"model": "hda"
},
"cpu": {
"arch": "x64"
},
"inputs": {
"pointing_device": "touch"
},
"memory": {
"quantity": 2048,
"units": "megabytes"
},
"storage": {
"quantity": 2,
"units": "gigabytes"
},
"window_size": {
"height": 800,
"units": "pixels",
"width": 1280
}
},
"ports": {
"debug": 2345,
"mdns": 5353,
"ssh": 22
},
"start_up_args_template": "device_1.json.template"
}
}