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