blob: 21bab48fe87218388e7a2ac513971459edabade2 [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/sys/test_runners/rust/default.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/component_manager_panic_test",
},
children: [
{
name: "component_manager",
url: "#meta/component_manager.cm",
},
],
use: [
{
event_stream: "stopped",
from: "parent",
},
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [ "#component_manager" ],
},
],
}