blob: a4a8f623ed9521f6c5ef2a0072f871452838008a [file] [log] [blame]
{
include: [
"syslog/client.shard.cml",
"syslog/elf_stdio.shard.cml",
],
program: {
binary: "bin/debug_data",
},
capabilities: [
{ protocol: "fuchsia.debugdata.DebugData" },
],
use: [
{
protocol: [
"fuchsia.sys2.EventSource",
"fuchsia.test.internal.Info",
],
},
{
event: "capability_requested",
from: "parent",
as: "debug_data_requested",
filter: { name: "fuchsia.debugdata.DebugData" },
modes: [ "async" ],
},
{
event_stream: "EventStream",
subscriptions: [
{
event: "debug_data_requested",
mode: "async",
},
],
},
{
storage: "tmp",
rights: [ "rw*" ],
path: "/data",
},
],
expose: [
{
protocol: "fuchsia.debugdata.DebugData",
from: "self",
},
],
}