blob: 41112f27f9ab8dca9d9319f8683b79470d0e9536 [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("fidl") {
name = "fuchsia.net.tun"
sources = [ "tun.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.network",
"//zircon/system/fidl/fuchsia-net",
]
}