blob: a8f018f9b37389c4444a8bbeed7574f5f8a35b1f [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
{
include: [ "//sdk/lib/sys/testing/hermetic-tier-2-test.shard.cml" ],
offer: [
{
protocol: [
"fuchsia.boot.WriteOnlyLog",
"fuchsia.process.Launcher",
"fuchsia.sys.Loader",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: [ "#realm_builder" ],
},
],
}