blob: 1d1706cc108191e3779b6e10c741894ea4669440 [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 = [
"net_address.fidl",
"netstack.fidl",
]
public_deps = [
"//zircon/public/fidl/zircon-ethernet",
]
}