blob: c741136797a428f17bc630648b80d02263117458 [file] [log] [blame]
{
program: {
runner: "elf",
binary: "bin/shutdown-shim",
lifecycle: { stop_event: "notify" },
main_process_critical: "true",
},
capabilities: [
{ protocol: "fuchsia.hardware.power.statecontrol.Admin" },
],
use: [
{
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",
},
],
}