blob: 6161e7d1bf566fba1607168cf434c63bead2ee75 [file] [log] [blame]
# Copyright 2017 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.
group("bluetooth_hci") {
deps = [
"//garnet/drivers/bluetooth/hci/atheros:btatheros",
"//garnet/drivers/bluetooth/hci/fake:fake",
"//garnet/drivers/bluetooth/hci/intel:btintel",
"//garnet/drivers/bluetooth/hci/passthrough:bthci_passthrough",
]
}