blob: 588c33f5e4ddf52398cbb0965f7d77eb291ee3ed [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/component_manager",
args: [
"--config",
"/pkg/data/component_manager_realm_builder_debug_config",
],
},
capabilities: [
{
protocol: [
"fuchsia.sys2.EventSource",
"fuchsia.sys2.EventStream2",
"fuchsia.sys2.LifecycleController",
"fuchsia.sys2.RealmQuery",
],
},
],
use: [
{
protocol: [
"fuchsia.component.resolver.RealmBuilder",
"fuchsia.component.runner.RealmBuilder",
"fuchsia.process.Launcher",
],
},
],
expose: [
{
protocol: [
"fuchsia.sys2.EventSource",
"fuchsia.sys2.EventStream2",
"fuchsia.sys2.LifecycleController",
"fuchsia.sys2.RealmQuery",
],
from: "self",
},
],
}