blob: 5bd8b5c988e27bf0cbf5346d1df0a46881cb6b36 [file]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/launcher",
args: [
"detect",
"--check-every",
// Keep this the same as CHECK_PERIOD_SECONDS in integration_test.rs
"Seconds(5)",
"--test-only",
],
},
use: [
{ runner: "elf" },
{ protocol: "fuchsia.feedback.CrashReporter" },
{ protocol: "fuchsia.diagnostics.FeedbackArchiveAccessor" },
{
directory: "config-data",
rights: [ "r*" ],
path: "/config",
},
],
}