blob: c7cdf9bf7810b276e1e697fbf1a97902722f2f6e [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("lowpan") {
deps = [
"drivers",
"lib",
"service",
]
}
# This group is for components, since they cannot depend on source sets
# and libraries, only on linked binaries (e.g. executables, shared libraries,
# loadable modules which include drivers). See https://fxbug.dev/42173470
group("lowpan_for_components") {
deps = [
"drivers",
"service",
]
}
group("tools") {
testonly = true
deps = [ "tools" ]
}
group("tests") {
testonly = true
deps = [
"drivers:tests",
"lib:tests",
"service:tests",
"tests",
"tools:tests",
]
}