blob: 6f38aee1532272733aedbcf606811bd6a8d0fcc8 [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("services") {
deps = [ "//src/connectivity/network/mdns/service:mdns" ]
}
group("config") {
deps = [
"//src/connectivity/network/mdns/service:mdns_fuchsia_udp_config",
"//src/sys/sysmgr:services_config",
]
}
group("config_no_fuchsia_udp") {
deps = [ "//src/sys/sysmgr:services_config" ]
}
group("utils") {
testonly = true
deps = [ "//src/connectivity/network/mdns/util:mdns-util" ]
}