| { |
| 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", |
| }, |
| ], |
| } |