blob: 0a7c6be6ea757a404460c97933c4dc0163c17500 [file] [log] [blame]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "test/disk_extractor_unit_test",
},
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",
"fuchsia.sys.Launcher",
],
},
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
{
directory: "deprecated-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",
},
],
}