blob: 4481d3241ec462c62f1367f592735d6b484ec91c [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("fidl") {
name = "fuchsia.wlan.device"
sources = [
"phy.fidl",
]
}
fidl("sme") {
name = "fuchsia.wlan.sme"
sources = [
"sme.fidl"
]
}
fidl("service") {
name = "fuchsia.wlan.device.service"
sources = [
"service.fidl"
]
public_deps = [
":fidl",
":sme",
"//garnet/public/lib/wlan/fidl:stats"
]
}
fidl("wlantap") {
name = "fuchsia.wlan.tap"
sources = [
"wlantap.fidl"
]
public_deps = [
":fidl",
]
}