blob: 76b4158b28a7f874a32c7aa8d552929fd99f921d [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/banjo/banjo.gni")
banjo("fuchsia.hardware.wlan.mac") {
sources = [ "mac.banjo" ]
deps = [
"//sdk/banjo/ddk.hw.wlan.ieee80211",
"//sdk/banjo/ddk.hw.wlan.wlaninfo",
"//sdk/banjo/fuchsia.hardware.ethernet",
"//sdk/banjo/fuchsia.hardware.wlan.info",
]
}