blob: b8767641bf4b8ad312a2c441d841f65f7586e4a8 [file] [log] [blame]
# Copyright 2018 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.mlme") {
sdk_category = "partner"
sources = [
"wlan_mlme.fidl",
"wlan_mlme_ext.fidl",
]
deps = [
"//garnet/public/fidl/fuchsia.wlan.stats",
"//garnet/public/fidl/fuchsia.wlan.minstrel",
]
}