blob: 7caf272ac6940f782188abd68111bd252ab9e1f8 [file] [log] [blame]
// [START example_snippet]
{
children: [
{
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: "parent",
to: [ "#driver" ],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#driver",
},
],
}
// [END example_snippet]