blob: 1bc60136687a623cef1a34ea945a749ce2bc4f62 [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("lib") {
public_deps = [
"//garnet/drivers/bluetooth/lib/att",
"//garnet/drivers/bluetooth/lib/common",
"//garnet/drivers/bluetooth/lib/data",
"//garnet/drivers/bluetooth/lib/gap",
"//garnet/drivers/bluetooth/lib/gatt",
"//garnet/drivers/bluetooth/lib/hci",
"//garnet/drivers/bluetooth/lib/l2cap",
"//garnet/drivers/bluetooth/lib/rfcomm",
"//garnet/drivers/bluetooth/lib/sdp",
]
}
group("tests") {
testonly = true
deps = [
"//garnet/drivers/bluetooth/lib/att:tests",
"//garnet/drivers/bluetooth/lib/common:tests",
"//garnet/drivers/bluetooth/lib/data:tests",
"//garnet/drivers/bluetooth/lib/gap:tests",
"//garnet/drivers/bluetooth/lib/gatt:tests",
"//garnet/drivers/bluetooth/lib/hci:tests",
"//garnet/drivers/bluetooth/lib/l2cap:tests",
"//garnet/drivers/bluetooth/lib/rfcomm:tests",
"//garnet/drivers/bluetooth/lib/sdp:tests",
"//garnet/drivers/bluetooth/lib/sm:tests",
]
}