blob: 3420b4a3b1946737b47869c900516eea62888f6b [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-net",
"//zircon/public/fidl/zircon-ethernet",
]
}