blob: cd0945c4ddfed9412dee656de363d3871d08d2d6 [file]
# 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_efi") {
version = "0.0.1"
edition = "2021"
with_unit_tests = true
sources = [
"src/args.rs",
"src/lib.rs",
]
deps = [
"//third_party/rust_crates:fatfs",
# For tests
"//third_party/rust_crates:tempfile",
]
}