blob: c5e6ff204b4b603f808e266239576f9380a7a6d7 [file] [log] [blame]
// [START example_snippet]
{
children: [
{
name: "archivist",
url: "fuchsia-pkg://fuchsia.com/archivist-for-embedding#meta/archivist-for-embedding.cm",
},
{
name: "driver",
url: "fuchsia-pkg://fuchsia.com/hello-world-integration-test#meta/hello-world-integration-test-driver.cm",
},
],
offer: [
{
protocol: [
"fuchsia.logger.Log",
"fuchsia.logger.LogSink",
],
from: "#archivist",
to: [ "#driver" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#driver",
},
],
}
// [END example_snippet]