blob: d1cde9958e2fbca9922784114230081d6f4f1d10 [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" ]
}