blob: 98e7ed77e4de0f9eba88141500807d8d9a59fb87 [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 = [
"hci/passthrough",
"core/bt-gap",
"core/bt-host",
"core/bt-init",
"tools/bt-snoop",
"profiles/bt-a2dp-sink",
"profiles/bt-avrcp",
"profiles/bt-hog",
]
}