blob: bad2111645545193a5cf190c3aae1a44a59a4022 [file] [edit]
# 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_client") {
sdk_category = "not-yet-specified"
version = "0.1.0"
edition = "2024"
args_sources = [ "src/args.rs" ]
sources = [ "src/lib.rs" ]
deps = [
"//sdk/fidl/fuchsia.wlan.policy:fuchsia.wlan.policy_rust_fdomain",
"//src/connectivity/wlan/wlancfg/tool/policy:donut-lib-fdomain",
"//src/developer/ffx/lib/fho:lib",
"//src/developer/ffx/lib/target/holders:lib",
"//src/developer/ffx/lib/writer:lib",
"//src/developer/ffx/plugins/wlan/common:ffx-wlan-common",
"//third_party/rust_crates:anyhow",
"//third_party/rust_crates:async-trait",
]
args_deps = [
"//sdk/fidl/fuchsia.wlan.policy:fuchsia.wlan.policy_rust_fdomain",
"//src/connectivity/wlan/wlancfg/tool/policy:donut-lib-fdomain",
"//src/developer/ffx/core:lib",
"//src/developer/ffx/plugins/wlan/common:ffx-wlan-common",
"//third_party/rust_crates:argh",
]
with_unit_tests = true
}