blob: a5d55ba57ded3518ea444c8fe1f894f3092b022f [file] [log] [blame]
{
include: [
"//src/sys/component_manager/tests/structured_config/all_config_types.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/structured_config_cpp_elf_receiver",
},
capabilities: [
{
protocol: [ "test.structuredconfig.receiver.ConfigReceiverPuppet" ],
},
],
expose: [
{
protocol: "test.structuredconfig.receiver.ConfigReceiverPuppet",
from: "self",
},
],
}