blob: a23ff7b39ba1168c3c0e37c26a6b7aa89313c61f [file] [log] [blame]
# Copyright 2021 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.wlan.associnfo") {
sdk_category = "experimental"
sources = [ "associnfo.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.wlan.common",
"//sdk/fidl/fuchsia.wlan.ieee80211",
]
}