| # 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", |
| "bt-map-mce-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", |
| ":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-map-mce-tool:tests", |
| "bt-rootcanal:tests", |
| "bt-snoop:tests", |
| "lib:tests", |
| "tests", |
| ] |
| } |