blob: 960fdb2a8cf47b1ff8337c12ca00ee8f0c1e6542 [file] [log] [blame]
{
program: {
binary: "bin/rust_test_runner",
},
capabilities: [
{
runner: "rust_test_runner",
from: "self",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{ runner: "elf" },
{
storage: "data",
path: "/data",
},
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
],
},
],
expose: [
{
runner: "rust_test_runner",
from: "self",
},
],
}