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