blob: 58f56f61653d5ef6459b5d4ed7886128fdb7338a [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
driver("qemu-arm64") {
sources = [
"qemu-bus.cc",
"qemu-pci.cc",
"qemu-rtc.cc",
"qemu-sysmem.cc",
"qemu-display.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.platform.bus",
"$zx/system/banjo/ddk.protocol.platform.device",
"$zx/system/fidl/fuchsia-sysmem:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
if (current_cpu == "arm64") {
data_deps = [
"$zx/kernel/target/arm64/boot-shim:qemu",
]
}
}