blob: 1924449c58a2d50d11b96b3dd6a07beed38ec8d5 [file] [log] [blame]
{
"program": {
"binary": "test/component_manager_tests"
},
"sandbox": {
"services": [
"fuchsia.process.Launcher",
"fuchsia.logger.LogSink",
"fidl.examples.echo.Echo"
],
"features": [ "system-temp" ]
},
"facets": {
"fuchsia.test": {
"injected-services": {
"fidl.examples.echo.Echo": "fuchsia-pkg://fuchsia.com/component_manager_tests#meta/echo_server_rust.cmx"
}
}
}
}