blob: 0f95c0ce722d407ffd81622b8b5d2b227d08ced4 [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 = "partner"
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",
]
}