blob: 22454186180d118fa415e61103ac448a864125ef [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 = [
"//zircon/public/fidl/fuchsia-hardware-ethernet",
"//zircon/public/fidl/fuchsia-net",
]
}