blob: 6d772be7c3ab5587cbe84548d123011dde7b5898 [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"
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
}