blob: 03b81524c1356bca46187b3af854e0ea793adfa1 [file] [log] [blame]
# Copyright 2020 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_target_repository") {
sdk_category = "not-yet-specified"
version = "0.1.0"
edition = "2024"
with_unit_tests = true
plugin_deps = [
"deregister:ffx_target_repository_deregister",
"list:ffx_target_repository_list",
"register:ffx_target_repository_register",
"rule:ffx_target_repository_rule",
]
args_sources = [ "src/args.rs" ]
args_deps = [
"//src/developer/ffx/core:lib",
"//third_party/rust_crates:argh",
]
}
group("tests") {
testonly = true
deps = [ ":ffx_target_repository_tests" ]
}