blob: 7193d7d1ea0b33a6cf9ff91e0f37c04d07cccb8a [file] [log] [blame]
// Copyright 2023 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.
// Add test realm to bootstrap
{
children: [
{
name: "testing",
url: "fuchsia-boot:///test_manager#meta/bootstrap_test_realm.cm",
},
],
offer: [
{
dictionary: "diagnostics",
from: "self",
to: "#testing",
},
{
dictionary: "diagnostics-accessors",
from: "#archivist",
to: "#testing",
},
{
protocol: "fuchsia.tracing.provider.Registry",
from: "parent",
to: "#testing",
availability: "optional",
},
{
protocol: "fuchsia.scheduler.RoleManager",
from: "#role_manager",
to: "#testing",
source_availability: "unknown",
},
{
protocol: "fuchsia.process.Launcher",
from: "parent",
to: "#testing",
},
{
protocol: "fuchsia.driver.development.Manager",
from: "#driver_manager",
to: "#testing",
},
{
service: [ "fuchsia.gpu.magma.Service" ],
from: "#boot-drivers",
to: "#testing",
},
{
event_stream: [
"capability_requested",
"destroyed",
"started",
"stopped",
],
from: "parent",
to: "#testing",
scope: "#testing",
},
],
}