blob: 214417a415066a55788f06f454bf05af2a029550 [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",
},
],
}