blob: 518bab0d84c5b38e2c7093b62e9f38a3cc57ef2f [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("core") {
deps = [
"bt-gap",
"bt-host",
"bt-init",
"//src/connectivity/bluetooth/profiles/bt-rfcomm",
]
}
# Legacy v1 components that are maintained in the build until all their dependents are removed.
group("legacy-core") {
deps = [ "bt-init:bt-init-legacy" ]
}
group("tests") {
testonly = true
deps = [
"bt-gap:tests",
"bt-host:tests",
"bt-init:tests",
]
}