blob: 058cb069b8953c1705428a39c830417ae5b52322 [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",
},
}