blob: f09b755c85f9009705e6dc656287012646403e4c [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.tun") {
sources = [ "tun.fidl" ]
sdk_category = "internal"
public_deps = [
"//sdk/fidl/fuchsia.hardware.network",
"//sdk/fidl/fuchsia.net",
]
enable_hlcpp = true
}