blob: 846cf642c410daee7769d49daa9648c984f92eb0 [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/fidl/fidl.gni")
fidl("fuchsia.hardware.wlanphyimpl") {
sources = [ "wlanphy-impl.fidl" ]
public_deps = [
"//sdk/banjo/ddk.hw.wlan.wlaninfo",
"//sdk/banjo/fuchsia.hardware.ethernet.mac",
"//zircon/vdso/zx",
]
}