blob: f1c15a17ecf2a41c793c02cc7f2c3ca77092f61c [file] [log] [blame]
{
children: [
{
name: "test",
url: "fuchsia-pkg://fuchsia.com/blobs-integration#meta/external-decompressor-integration.cm",
},
{
name: "decompressor",
url: "fuchsia-pkg://fuchsia.com/blobs-integration#meta/decompressor-sandbox.cm",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [
"#decompressor",
"#test",
],
},
{
protocol: "fuchsia.process.Launcher",
from: "parent",
to: [ "#decompressor" ],
},
{
protocol: "fuchsia.blobfs.internal.DecompressorCreator",
from: "#decompressor",
to: [ "#test" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test",
},
],
}