blob: c02462d3ff3250c61ee0a731d126b133c3f50c3a [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.wlanphyimpl") {
disable_verification = true
fidl_only = true
sources = [ "wlanphy-impl.banjo" ]
deps = [
"//sdk/banjo/ddk.hw.wlan.wlaninfo",
"//sdk/banjo/fuchsia.hardware.ethernet.mac",
"//sdk/banjo/zx",
]
}