blob: 9544d2d0422d4c811416a2c371a77ca92b5ed426 [file] [log] [blame]
# Copyright 2019 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.wlanif") {
sources = [ "wlanif.fidl" ]
public_deps = [
"//sdk/banjo/ddk.hw.wlan.ieee80211",
"//sdk/banjo/ddk.hw.wlan.wlaninfo",
"//sdk/banjo/fuchsia.hardware.ethernet",
"//sdk/banjo/fuchsia.hardware.ethernet.mac",
"//sdk/banjo/fuchsia.hardware.wlan.info",
"//zircon/vdso/zx",
]
}