blob: b83a3a548c0b963db251b31b5cd9273fd133a03d [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("goldfish") {
sources = [
"instance.cpp",
"pipe-device.cpp",
]
deps = [
"$zx/system/banjo/ddk.protocol.acpi",
"$zx/system/banjo/ddk.protocol.goldfish.pipe",
"$zx/system/dev/lib/mmio",
"$zx/system/fidl/fuchsia-hardware-goldfish-pipe:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fidl",
"$zx/system/ulib/fidl-async",
"$zx/system/ulib/fidl-utils",
"$zx/system/ulib/trace:headers",
"$zx/system/ulib/trace:trace-driver",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}