blob: 0e128aed9abfdcfda4b8e002a52a6bfcfd056688 [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("bt-transport-usb") {
sources = [
"bt-transport-usb.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.bt.hci",
"$zx/system/banjo/ddk.protocol.usb",
"$zx/system/banjo/ddk.protocol.usb.composite",
"$zx/system/banjo/ddk.protocol.usb.request",
"$zx/system/dev/lib/usb",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}