blob: a4083cbe6e950c7ee00b0ceab2dd6e7bb9f6e039 [file] [log] [blame]
{
program: {
binary: "bin/shutdown-shim",
lifecycle: { stop_event: "notify" },
main_process_critical: "true",
},
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",
},
],
}