blob: 0244659576063779d1787356eff6eee441730f05 [file] [log] [blame]
// Integration test component that runs a Trigger service. When triggered, the
// component is started but takes no action.
{
"program": {
"binary": "bin/trigger",
},
"use": [
{ "runner": "elf" }
],
"expose": [
{
"protocol": "/svc/fidl.test.components.Trigger",
"from": "self",
},
],
}