blob: fe9813099af8da2b8435c84e375c333c5871d127 [file] [log] [blame]
{
program: {
binary: "$binary",
},
children: [
{
name: "isolated_devmgr",
url: "fuchsia-pkg://fuchsia.com/isolated-devmgr#meta/isolated_devmgr.cm",
startup: "eager",
},
],
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "gtest_runner" },
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
{
directory: "tmp",
rights: [
"admin",
"rw*",
],
path: "/tmp",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
from: "parent",
to: [ "#isolated_devmgr" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}