blob: dff043a628231283b514a1e341a0be958f3d2be1 [file] [log] [blame]
# Copyright 2020 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.routes") {
sdk_category = "partner"
sdk_area = "Unknown"
api = "fuchsia.net.routes.api"
sources = [
"ipv4.fidl",
"ipv6.fidl",
"routes.fidl",
"rules.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}