blob: 38e705c94a80228752aaf1c51e0fd5220fff2509 [file] [log] [blame]
{
"facets": {
"fuchsia.test": {
"injected-services": {
"fuchsia.exception.Handler": "fuchsia-pkg://fuchsia.com/copy-forensics#meta/exceptions.cmx",
"fuchsia.exception.ProcessLimbo": "fuchsia-pkg://fuchsia.com/copy-forensics#meta/exceptions.cmx",
"fuchsia.feedback.CrashReporter": "fuchsia-pkg://fuchsia.com/fake-crash-reporter#meta/fake_crash_reporter.cmx",
"fuchsia.feedback.testing.FakeCrashReporterQuerier": "fuchsia-pkg://fuchsia.com/fake-crash-reporter#meta/fake_crash_reporter.cmx"
},
"system-services": [
"fuchsia.sys.internal.CrashIntrospect"
]
}
},
"include": [
"//sdk/lib/diagnostics/syslog/client.shard.cmx"
],
"program": {
"binary": "bin/exception_broker_integration_test_exe"
},
"sandbox": {
"services": [
"fuchsia.exception.Handler",
"fuchsia.exception.ProcessLimbo",
"fuchsia.feedback.testing.FakeCrashReporterQuerier",
"fuchsia.process.Launcher",
"fuchsia.sys.internal.CrashIntrospect"
]
}
}