blob: c16c6d604d7dc0a3dcbaa74bdbc1e9cde2bbf018 [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.wlan.mac") {
sources = [ "mac.fidl" ]
public_deps = [
"//sdk/banjo/ddk.hw.wlan.ieee80211",
"//sdk/banjo/ddk.hw.wlan.wlaninfo",
"//sdk/banjo/fuchsia.hardware.ethernet",
"//sdk/banjo/fuchsia.hardware.wlan.info",
"//zircon/vdso/zx",
]
}