blob: 7e695a1e630a6bfb59faf5abe8ec0ddd56e4b9f7 [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.common",
"//garnet/public/fidl/fuchsia.wlan.minstrel",
"//garnet/public/fidl/fuchsia.wlan.stats",
]
}