blob: fd94e2951a1853587f0389202bed3e5bacfe917c [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-uart") {
sources = [
"bt-transport-uart.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.bt.hci",
"$zx/system/banjo/ddk.protocol.serial",
"$zx/system/fidl/fuchsia-hardware-serial:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}