blob: 71f1eb6c627b09bf4c0f1e3368436c4d7bc9d6d8 [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/fidl/fuchsia.wlan.common",
"//sdk/fidl/fuchsia.wlan.ieee80211",
"//zircon/vdso/zx",
]
}