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