blob: 3a6ca5c12f106a2050d2e1b18acc1c153f7830ad [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" ]
}
# TODO(https://fxbug.dev/42073789) Remove transitional labels
group("config") {
}
group("config_no_fuchsia_udp") {
}
group("utils") {
testonly = true
deps = [ "//src/connectivity/network/mdns/util:mdns-util" ]
}