blob: 08c22f4929d3622298d307a67e7e9c8afcaf68d0 [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.hw.wlan.wlaninfo") {
sources = [ "wlaninfo.banjo" ]
deps = [ "//sdk/banjo/ddk.hw.wlan.ieee80211" ]
}