blob: 06370c76b8dbdc3825e112bdf7dfa18f562168e8 [file] [log] [blame] [edit]
# 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"
api = "fuchsia.net.routes.api"
sources = [
"ipv4.fidl",
"ipv6.fidl",
"routes.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}