blob: 455a9601f30d6b252ab7d9423906d818e8d4d557 [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 = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
}