blob: dc2a9e713165ae031af2592f358b9af2ba490d3f [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",
]
}