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