blob: 3875ebd3e904befbef0ddcbb6c5ef1bdefc68f85 [file] [log] [blame]
// Copyright 2021 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",
],
// Information about the program to run.
program: {
runner: "elf",
binary: "bin/component_manager_with_tracing",
args: [
"--config",
"/pkg/data/component_manager_config",
"fuchsia-boot:///#meta/boot.cm",
],
},
capabilities: [
{
protocol: [
"fuchsia.sys2.LifecycleController",
"fuchsia.sys2.RealmQuery",
],
},
],
use: [
{
directory: "boot",
rights: [ "rx*" ],
path: "/boot",
},
{ protocol: "fuchsia.process.Launcher" },
],
expose: [
{
protocol: [
"fuchsia.sys2.LifecycleController",
"fuchsia.sys2.RealmQuery",
],
from: "self",
},
],
}