blob: 58f7fce5ca03c79eaaaf4dadc43a8e103245c9a1 [file] [log] [blame]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/shutdown-shim",
lifecycle: { stop_event: "notify" },
},
capabilities: [
{ protocol: "fuchsia.hardware.power.statecontrol.Admin" },
],
use: [
{ runner: "elf" },
{
protocol: [
"fuchsia.boot.WriteOnlyLog",
"fuchsia.device.manager.SystemStateTransition",
"fuchsia.hardware.power.statecontrol.Admin",
"fuchsia.sys2.SystemController",
],
},
],
expose: [
{
protocol: "fuchsia.hardware.power.statecontrol.Admin",
from: "self",
},
],
}