blob: 941138ecc5ba5567c2984ab112cf657389fc635c [file] [log] [blame]
# Copyright 2022 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_storage_blackout_step") {
version = "0.1.0"
edition = "2021"
args_sources = [ "src/args.rs" ]
sources = [ "src/lib.rs" ]
deps = [
"//sdk/fidl/fuchsia.developer.remotecontrol:fuchsia.developer.remotecontrol_rust",
"//sdk/fidl/fuchsia.io:fuchsia.io_rust",
"//sdk/fidl/fuchsia.sys2:fuchsia.sys2_rust",
"//src/lib/fidl/rust/fidl",
"//src/lib/zircon/rust:fuchsia-zircon-status",
"//tools/blackout/fidl/fuchsia.blackout.test:fuchsia.blackout.test_rust",
]
}