blob: abfab7f59de4081533a4bacb522cd37e6837174f [file] [log] [blame]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "platformqemuuser" in {
def Architecture: Property<"architecture", "String">,
Global,
DefaultStringValue<"">,
Desc<"Architecture to emulate.">;
def EmulatorPath: Property<"emulator-path", "FileSpec">,
Global,
DefaultStringValue<"">,
Desc<"Path to the emulator binary.">;
}