blob: 00c946cabdc15f4e03676df3cde058a9c1c2557e [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.service") {
sdk_category = "partner"
sources = [
"wlan_service.fidl",
]
deps = [
"$garnet_sdk_fidl/fuchsia.wlan.common",
"$garnet_sdk_fidl/fuchsia.wlan.mlme",
"$garnet_sdk_fidl/fuchsia.wlan.stats",
]
}