blob: 3ab47b991dde5f156c7055f463cd0b1577ef0cb2 [file] [log] [blame]
// Copyright 2022 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.
// This is a CML shard, which is necessary when a nested component manager is
// used with the fuchsia_component_test library
{
offer: [
{
protocol: [
"fuchsia.boot.WriteOnlyLog",
"fuchsia.process.Launcher",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: [ "#realm_builder" ],
},
],
}