blob: 2a5344da58af33ae41f01f7dd24e634539b004a8 [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/inspect/client.shard.cml",
"//sdk/lib/diagnostics/syslog/client.shard.cml",
// driver-manager-base.shard is where most of the capabilities and routing lives.
"//src/devices/bin/driver_manager/meta/driver-manager-base.shard.cml",
],
program: {
runner: "elf",
binary: "bin/driver_manager",
lifecycle: { stop_event: "notify" },
main_process_critical: "true",
},
}