blob: ee9074b47dcec7ca237707bc5d07abd9c7920206 [file] [log] [blame]
// Copyright 2024 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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
"trace/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/component_manager_with_tracing",
args: [
"--config",
"/pkg/data/component_manager_config",
],
job_policy_create_raw_processes: "true",
},
use: [
{
protocol: [
"fuchsia.component.resolver.RealmBuilder",
"fuchsia.component.runner.RealmBuilder",
"fuchsia.kernel.VmexResource",
],
},
],
}