blob: be2d1687affe70fb81fd0f88a631420e64c46adc [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"
api = "fuchsia.net.routes.api"
sources = [ "routes.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
}