blob: 787439b166c05e2108c3caa4f5c5377bdef1c6fa [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.hardware.network") {
sdk_category = "partner"
api = "fuchsia.hardware.network.api"
sources = [
"device.fidl",
"frames.fidl",
"instance.fidl",
"mac.fidl",
"session.fidl",
]
public_deps = [ "//zircon/system/fidl/fuchsia-net" ]
}