blob: e4266daef89ba4e2aa816ba4ce9af282c6b14ed9 [file] [log] [blame]
# Copyright 2022 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("services") {
deps = [ "device_registry" ]
}
group("tests") {
testonly = true
deps = [
"device_registry:tests",
"ffxdaemon:tests",
"mixer:tests",
]
}