blob: 2d949e9a361022845f0157e7fb345122f2b51586 [file] [log] [blame] [edit]
# 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/fidl/fuchsia.wlan.ieee80211",
"//zircon/vdso/zx",
]
}