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