blob: 6e9efb005ed4ac77345e4c3b0883efabd4003f94 [file]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/mock_sys_launcher",
},
capabilities: [
{ protocol: "fuchsia.sys.Launcher" },
],
use: [
{ runner: "elf" },
{
protocol: [ "fuchsia.process.Launcher" ],
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.sys.Launcher",
from: "self",
},
],
}