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