blob: 7eabca826b16fe5df37313220c6752063168a28d [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
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",
args: [
"--use-driver-index",
"--sys-device-driver",
"fuchsia-boot:///#driver/platform-bus.so",
],
lifecycle: { stop_event: "notify" },
main_process_critical: "true",
},
}