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