blob: 04b5ff5903d8b2f8807af37b1a4b06b75aab5476 [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/syslog/client.shard.cml",
"//src/lib/fuchsia-component-test/meta/fuchsia_component_test.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/detect_integration_test",
},
use: [
{
event: [ "stopped" ],
from: "framework",
modes: [ "async" ],
},
{
protocol: "fuchsia.sys2.EventSource",
from: "parent",
},
],
}