blob: 6452e944792a796dd91f5206b6cf9dfa064cfcd0 [file] [log] [blame]
# Copyright 2020 The Fuchsia 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.net.interfaces") {
sdk_category = "partner"
sources = [ "interfaces.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.network",
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.posix.socket",
"//zircon/vdso/zx",
]
}