blob: 31a574da49493e4c1186784d339b641bed82355c [file] [log] [blame]
// Copyright 2024 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.
{
// Use static components, not RealmBuilder, because we want this to be an
// end to end test that covers cmc.
children: [
{
name: "test_root",
url: "#meta/from_void_test_root.cm",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "void",
to: "#test_root",
availability: "optional",
},
{
dictionary: "diagnostics",
from: "void",
to: "#test_root",
availability: "optional",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test_root",
},
],
}