mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
bf0294eb7f
BUG=b:197638022, b:190791826 TEST=`cat $(find /sys -name voltage_now 2>/dev/null)` in adb shell Change-Id: Ie195abeee7aa601d6b42b900d2197f30a128e8e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3135100 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org>
16 lines
376 B
TOML
16 lines
376 B
TOML
[package]
|
|
name = "power_monitor"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
powerd = ["dbus", "protobuf", "protoc-rust"]
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
dbus = { version = "0.9", optional = true }
|
|
protobuf = { version = "2.8.1", optional = true }
|
|
|
|
[build-dependencies]
|
|
protoc-rust = { version = "2.8.1", optional = true }
|