blob: 54fcc2cd7dc08d037d98a881a4e8bbb863529d82 [file] [log] [blame] [edit]
# Copyright 2022 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.wlan.wlanphyimpl") {
sources = [ "wlanphyimpl.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.wlan.common",
"//sdk/fidl/fuchsia.wlan.ieee80211",
"//zircon/vdso/zx",
]
contains_drivers = true
}