blob: 1bc5c912ca23e20e124f72798cb1859f7b9bfc3d [file] [log] [blame]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/go_test_runner",
},
capabilities: [
{
runner: "go_test_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{
storage: "data",
path: "/data",
},
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
expose: [
{
runner: "go_test_runner",
from: "self",
},
],
}