blob: 9b9e611dbbe5cef419f8e9a62d9015e6cdde8156 [file] [log] [blame]
// Copyright 2021 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.
{
include: [
"//src/storage/testing/driver_test_realm/meta/client.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "test_realm_factory",
url: "test_realm_proxy#meta/default.cm",
},
{
name: "test_suite",
url: "pkgdir-tests#meta/default.cm",
},
{
name: "decompressor-sandbox",
url: "#meta/decompressor-sandbox.cm",
},
],
offer: [
{
directory: "dev-topological",
from: "#storage_driver_test_realm",
to: "#test_realm_factory",
},
{
protocol: "fuchsia.process.Launcher",
from: "parent",
to: "#test_realm_factory",
},
{
storage: "tmp",
from: "parent",
to: "#test_realm_factory",
},
{
protocol: [
"fuchsia.pkg.test.RealmFactory",
"fuchsia.testing.harness.RealmProxy",
],
from: "#test_realm_factory",
to: "#test_suite",
},
{
protocol: "fuchsia.component.Binder",
from: "framework",
to: "#test_suite",
},
{
protocol: "fuchsia.blobfs.internal.DecompressorCreator",
from: "#decompressor-sandbox",
to: "#test_realm_factory",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test_suite",
},
],
}