blob: 46b647f3c155ef74a5c534a6d868e5583ff72465 [file] [log] [blame]
# Copyright 2023 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.net.root") {
sources = [
"filter.fidl",
"interfaces.fidl",
"overview.fidl",
"routes.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.net.filter",
"//sdk/fidl/fuchsia.net.interfaces.admin",
"//sdk/fidl/fuchsia.net.routes.admin",
]
enable_hlcpp = true
}