blob: 95b1e799952b2931f0d7b74a03d2f83b1b80e6cc [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/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
data_deps = [
":firmware",
]
}
firmware("firmware") {
sources = [
"$firmware_dir/bluetooth/bcm4345c4/BCM4345C5.hcd",
]
}