blob: 4e37c264c88b9122c0e02c88dda1a250e8674c95 [file] [log] [blame]
// Integration test component that runs a Trigger service. When triggered, the
// component is started but takes no action.
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/destruction_trigger",
},
capabilities: [
{ protocol: "fidl.test.components.Trigger" },
],
expose: [
{
protocol: "fidl.test.components.Trigger",
from: "self",
},
],
}