blob: d82870960dcf56d09d34798508c06c88cbfeb980 [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("core") {
deps = [
"bt-bredr-profile",
"bt-cli",
"bt-le-central",
"bt-le-peripheral",
"bt-pairing-tool",
"bt-snoop-cli",
]
}
group("profile") {
deps = [
"bt-avdtp-tool",
"bt-avrcp-controller",
]
}
group("hci") {
deps = [ "bt-intel-tool" ]
}
group("audio") {
deps = [ "dai-info" ]
}
group("fct") {
deps = [
"bt-fct-hci",
"bt-snoop-cli",
]
}
group("emulation") {
deps = [
"bt-hci-emulator",
"bt-rootcanal",
]
testonly = true
}
group("tools") {
deps = [
":audio",
":core",
":fct",
":hci",
":profile",
]
}
group("tests") {
testonly = true
deps = [
"bt-avdtp-tool:tests",
"bt-avrcp-controller:tests",
"bt-bredr-profile:tests",
"bt-cli:tests",
"bt-fct-hci:tests",
"bt-le-central:tests",
"bt-le-peripheral:tests",
"bt-rootcanal:tests",
"bt-snoop:tests",
"lib:tests",
"tests",
]
}