fuchsia_virtual_device

Creates a fuchsia virtual device for running in an emulator.

ATTRIBUTES

Name Description Type Mandatory Default
name A unique name for this target. Name required -
device_name Name of the virtual device. String required -
description Description of the virtual device. String optional ""
arch The architecture of the cpu. String required -
window_width_px Width of the virtual device's screen, in pixels. Integer optional 1200
window_height_px Height of the virtual device's screen, in pixels. Integer optional 800
memory_quantity Memory of the virtual device. Integer optional 8192
memory_unit Unit for memory of the virtual device (e.g. megabytes, gigabytes, etc.). String optional "megabytes"
storage_quantity Storage of the virtual device. Integer optional 2
storage_unit Unit for storage of the virtual device (e.g. megabytes, gigabytes, etc.). String optional "gigabytes"