blob: 9bf343a91f1137df8f6968540c3b80ba5adfa267 [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.info") {
sources = [ "info.banjo" ]
deps = [
"//sdk/banjo/ddk.hw.wlan.ieee80211",
"//sdk/banjo/zx",
]
}