blob: 80dc87443b2eb00f133169f5d66d08d3229a4014 [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 = "partner_internal"
sdk_area = "Unknown"
sources = [
"dns.fidl",
"lookup.fidl",
"lookup_admin.fidl",
"server_watcher.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}