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