blob: 8ddca40aeda7f856593e2d2ab3471d0a601b15ca [file]
# Copyright 2026 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_devices") {
sdk_category = "not-yet-specified"
version = "0.1.0"
edition = "2024"
with_unit_tests = false
deps = [
"//src/developer/ffx/config:lib",
"//src/developer/ffx/lib/fho:lib",
"//src/developer/ffx/lib/writer:lib",
"//src/developer/ffx/plugins/target/list:ffx_list",
"//src/developer/ffx/plugins/target/list/target_formatter",
"//third_party/rust_crates:async-trait",
]
args_sources = [ "src/args.rs" ]
args_deps = [
"//src/developer/ffx/core:lib",
"//src/developer/ffx/plugins/target/list:ffx_list_args",
"//third_party/rust_crates:argh",
]
sources = [ "src/lib.rs" ]
}