| { |
| "data": { |
| "description": "A virtual arm64 device", |
| "hardware": { |
| "cpu": { |
| "arch": "arm64" |
| }, |
| "audio": { |
| "model": "hda" |
| }, |
| "inputs": { |
| "pointing_device": "touch" |
| }, |
| "window_size": { |
| "height": 800, |
| "width": 1280, |
| "units": "pixels" |
| }, |
| "memory": { |
| "quantity": 8192, |
| "units": "megabytes" |
| }, |
| "storage": { |
| "quantity": 2, |
| "units": "gigabytes" |
| } |
| }, |
| "behaviors": { |
| "test_behavior": { |
| "description": "Text", |
| "handler": "HandlerName", |
| "data": { |
| "femu": { |
| "args": [], |
| "features": [], |
| "kernel_args": [], |
| "options": [] |
| } |
| } |
| } |
| }, |
| "name": "virtual-arm64", |
| "type": "virtual_device" |
| }, |
| "schema_id": "http://fuchsia.com/schemas/sdk/virtual_device-93A41932.json" |
| } |