blob: 7c0875fc8aa59facedc89eb112340ff64ce8a18b [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"
stable = true
sdk_area = "Netstack"
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
}