blob: 88894401139c525d2b92688e64b26f4e525f1978 [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.
{
include: [
"//sdk/lib/sys/component/realm_builder.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
use: [
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.tracing.provider.Registry",
"fuchsia.vulkan.loader.Loader",
],
from: "parent",
to: "#realm_builder",
},
],
}