blob: 1c3c89a58ad4aede968a96a208e7e12e33acce1b [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"
# TODO(fxbug.dev/68950): 10% rollout of API summary generation.
experimental_api_summary = true
api = "fuchsia.net.routes.api"
sources = [ "routes.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
}