blob: 09f96b8188c538d4348bffa912167065572a7ca4 [file] [log] [blame]
# Copyright 2016 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.mdns") {
sources = [
"mdns.fidl",
]
public_deps = [
"$garnet_sdk_fidl/fuchsia.netstack",
]
}