blob: b5794612f5db0554c5efe8af0dc7ea154c8112bb [file]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
children: [
{
name: "isolated-devmgr",
url: "fuchsia-pkg://fuchsia.com/blobfs-ramdisk-unit-tests#meta/isolated-devmgr.cm",
},
{
name: "test_driver",
url: "fuchsia-pkg://fuchsia.com/blobfs-ramdisk-unit-tests#meta/test_driver.cm",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
],
from: "parent",
to: [
"#isolated-devmgr",
"#test_driver",
],
},
{
protocol: [ "fuchsia.tracing.provider.Registry" ],
from: "parent",
to: "#test_driver",
},
{
directory: "dev",
from: "#isolated-devmgr",
to: "#test_driver",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test_driver",
},
],
}