blob: bc9e604aa556027bebce25d75a7b2c86c82fa542 [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") {
sdk_category = "experimental"
sources = [ "wlanphy-impl.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.wlan.common",
"//sdk/fidl/fuchsia.wlan.ieee80211",
"//zircon/vdso/zx",
]
}