blob: 4fbfa7400f86fdcc782eae1f07ad35ac7e2ba45a [file] [log] [blame]
{
include: [
// Enable system logging
"sdk/lib/diagnostics/syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/battery_manager",
},
capabilities: [
{
protocol: [
"fuchsia.power.BatteryManager",
"fuchsia.power.test.BatterySimulator",
],
},
],
use: [
{
directory: "dev-power",
rights: [ "r*" ],
path: "/dev/class/power",
},
{
protocol: [ "fuchsia.hardware.power.Source" ],
},
],
expose: [
{
protocol: "fuchsia.power.BatteryManager",
from: "self",
},
{
protocol: "fuchsia.power.test.BatterySimulator",
from: "self",
},
],
}