blob: 5d32d5edf64179bb10b529c1be72ba3d9c606b1b [file] [log] [blame]
# Copyright 2020 The Chromium 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.net.name") {
sdk_category = "prebuilt"
sdk_area = "Netstack"
stable = true
sources = [
"dns.fidl",
"lookup.fidl",
"lookup_admin.fidl",
"server_watcher.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}