blob: 50938a381a45a274ed4c3386d8a69ab8dd4dba5b [file]
# 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_power_manager") {
version = "0.1.0"
edition = "2021"
with_unit_tests = true
sources = [ "src/lib.rs" ]
deps = [
"//sdk/fidl/fuchsia.power.manager.debug:fuchsia.power.manager.debug_rust",
"//src/developer/ffx/lib/errors:lib",
]
test_deps = [ "//src/lib/fuchsia-async" ]
args_sources = [ "src/args.rs" ]
}