blob: ebb28bbcc8e7411e20128ecc0fa0d865041e5850 [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_debug_core") {
version = "0.1.0"
edition = "2018"
args_sources = [ "src/args.rs" ]
sources = [ "src/lib.rs" ]
deps = [
"//garnet/lib/rust/files_async",
"//garnet/lib/rust/io_util",
"//sdk/fidl/fuchsia.io:fuchsia.io-rustc",
"//sdk/fidl/fuchsia.sys2:fuchsia.sys2-rustc",
"//src/developer/ffx/lib/symbol-index",
"//src/developer/ffx/plugins/component/common:ffx_component",
"//src/lib/fuchsia-async",
"//src/lib/zircon/rust:fuchsia-zircon-status",
"//third_party/rust_crates:chrono",
"//third_party/rust_crates:tempfile",
]
}