blob: 7b0e6b14f8cdfbdd3a853112628e21cc9a4a518f [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 = [
"//sdk/fidl/fuchsia.netstack",
]
}