blob: 5d0399c60c0b06b0e01fb454389a7125c7f070b5 [file] [log] [blame]
# 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.phyimpl") {
sdk_category = "partner"
stable = true
sdk_area = "WLAN"
sources = [ "phyimpl.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.wlan.common",
"//sdk/fidl/fuchsia.wlan.ieee80211",
"//zircon/vdso/zx",
]
contains_drivers = true
enable_banjo = true
}