blob: 6f5d051e6c7b55911435c9f164d45974b3e2df9b [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",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
use: [
{
protocol: [ "fuchsia.sys2.EventSource" ],
},
{
event: [ "stopped" ],
from: "framework",
},
],
offer: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
],
from: "parent",
to: "#realm_builder",
},
],
}