blob: 7af7545d44e2bffc2b6ce180ab91d45d5e5e38a6 [file] [log] [blame]
# Copyright 2017 The Chromium 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.netstack") {
sdk_category = "excluded"
sources = [ "netstack.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.ethernet",
"//sdk/fidl/fuchsia.net.dhcp",
"//sdk/fidl/fuchsia.net.interfaces",
"//zircon/vdso/zx",
]
}