blob: 6aae3767cdcb1590d4f26e0b91d74b3c7e02c337 [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",
]
}