blob: 39e27d10ce564774922bf0510af35305f6845fb7 [file] [log] [blame]
{
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: [
{
directory: "hub",
rights: [ "rw*" ],
path: "/hub",
},
{ protocol: "fuchsia.sys2.EventSource" },
],
use: [
{
protocol: [
"fuchsia.component.resolver.RealmBuilder",
"fuchsia.component.runner.RealmBuilder",
"fuchsia.process.Launcher",
"fuchsia.sys.Loader",
],
},
],
expose: [
{
directory: "hub",
from: "self",
},
{
protocol: "fuchsia.sys2.EventSource",
from: "self",
},
],
}