blob: eb691a684a7411c385da267cea9f713190d3a2c2 [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.
group("bluetooth") {
testonly = true
deps = [
"core",
"examples",
"hci",
"lib",
"profiles",
"tests",
"tools",
]
}
# Core is the group that is included in the core product.
group("core") {
public_deps = [
"core/bt-gap",
"core/bt-host",
"core/bt-init",
"profiles/bt-a2dp-sink",
"profiles/bt-avrcp",
"profiles/bt-hog",
"tools/bt-snoop",
]
}
# Includes hci and transport drivers for broadcom controllers which communicate over a uart
# transport.
group("broadcom_uart") {
public_deps = []
}