blob: 8d3bbdb29e477d6640b7959456deab8fa5465d8e [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",
"//zircon/vdso/zx",
]
}