blob: 44ac1066b59cc3e75a5787d9da1a299eb7d2330e [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("astro") {
sources = [
"astro-audio.cc",
"astro-bluetooth.cc",
"astro-buttons.cc",
"astro-canvas.cc",
"astro-clk.cc",
"astro-display.cc",
"astro-gpio.cc",
"astro-i2c.cc",
"astro-light.cc",
"astro-mali.cc",
"astro-rawnand.cc",
"astro-sdio.cc",
"astro-sysmem.cc",
"astro-tee.cc",
"astro-thermal.cc",
"astro-touch.cc",
"astro-usb.cc",
"astro-video.cc",
"astro.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.gpio",
"$zx/system/banjo/ddk.protocol.gpioimpl",
"$zx/system/banjo/ddk.protocol.iommu",
"$zx/system/banjo/ddk.protocol.platform.bus",
"$zx/system/banjo/ddk.protocol.platform.device",
"$zx/system/banjo/ddk.protocol.scpi",
"$zx/system/banjo/ddk.protocol.serial",
"$zx/system/dev/lib/amlogic",
"$zx/system/dev/lib/broadcom",
"$zx/system/dev/lib/focaltech",
"$zx/system/dev/lib/mmio",
"$zx/system/dev/lib/usb",
"$zx/system/fidl/fuchsia-hardware-light:c",
"$zx/system/fidl/fuchsia-hardware-serial:c",
"$zx/system/fidl/fuchsia-hardware-thermal:c",
"$zx/system/fidl/fuchsia-sysmem:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/hwreg",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}