blob: 7bca6a62e53088dd618951f0f2a876f2d5eb2cc5 [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",
"//sdk/fidl/fuchsia.net.dhcp",
"//sdk/fidl/fuchsia.posix.socket",
"//zircon/vdso/zx",
]
}