blob: 8120865248ba3bc32bb5510850ec76767417bd2b [file] [log] [blame]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/starnix_runner",
},
capabilities: [
{
runner: "starnix",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
{ protocol: "fuchsia.starnix.developer.Manager" },
],
use: [
{
protocol: "fuchsia.sys2.Realm",
from: "parent",
},
],
expose: [
{
runner: "starnix",
from: "self",
},
{
// In principle, this protocol should be exposed by a separate
// starnix_manager component, but that is blocked behind fxb/74087
protocol: "fuchsia.starnix.developer.Manager",
from: "self",
},
],
}