blob: 66e5914bc50a317b4f6cb07be32b6aa73910b2be [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.softmac") {
sdk_category = "experimental"
sources = [
"overview.fidl",
"softmac.fidl",
]
public_deps = [
"//sdk/banjo/fuchsia.hardware.wlan.associnfo",
"//sdk/fidl/fuchsia.wlan.common",
"//sdk/fidl/fuchsia.wlan.ieee80211",
"//sdk/fidl/fuchsia.wlan.internal",
"//zircon/vdso/zx",
]
contains_drivers = true
enable_banjo = true
}