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