blob: a1050b6370c1ef0dfa9ba2bb6d1a10be3150405b [file] [log] [blame]
# 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",
"//src/connectivity/wlan/wlancfg/tool/policy:donut-lib",
"//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",
"//src/connectivity/wlan/wlancfg/tool/policy:donut-lib",
"//src/developer/ffx/core:lib",
"//src/developer/ffx/plugins/wlan/common:ffx-wlan-common",
"//third_party/rust_crates:argh",
]
with_unit_tests = true
}