blob: c6fae1d01674c5f7495f3bba4d2c35e7d764b7dc [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: {
binary: "bin/destruction_trigger",
},
capabilities: [
{ protocol: "fidl.test.components.Trigger" },
],
use: [
{ runner: "elf" },
],
expose: [
{
protocol: "fidl.test.components.Trigger",
from: "self",
},
],
}