blob: f32dba42938ae9478afe4709bc210431ab2d9672 [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.
import("$zx/public/gn/firmware.gni")
driver("bt-hci-broadcom") {
sources = [
"bt-hci-broadcom.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.bt.hci",
"$zx/system/banjo/ddk.protocol.serial",
"$zx/system/fidl/fuchsia-hardware-bluetooth:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fidl",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
data_deps = [
":firmware",
]
}
firmware("firmware") {
sources = [
"$firmware_dir/bluetooth/bcm4345c4/BCM4345C5.hcd",
]
}