blob: 765877c46c11e641351eb5608b57e9194a106e73 [file]
# Copyright 2021 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("//src/developer/ffx/build/ffx_plugin.gni")
ffx_plugin("ffx_wlan_ap") {
version = "0.1.0"
edition = "2021"
args_sources = [ "src/args.rs" ]
sources = [ "src/lib.rs" ]
deps = [
"//sdk/fidl/fuchsia.wlan.policy:fuchsia.wlan.policy_rust",
"//src/connectivity/wlan/wlancfg/tool/policy:donut-lib",
"//src/developer/ffx/plugins/wlan/common:ffx-wlan-common",
]
args_deps = [
"//sdk/fidl/fuchsia.wlan.policy:fuchsia.wlan.policy_rust",
"//src/developer/ffx/plugins/wlan/common:ffx-wlan-common",
]
}