blob: 63c490693aafe766577e4a3e27c98add91b9624b [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/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}