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