blob: ceed68455238b3aa75b324b747f0186a7e7aa736 [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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
"trace/use.shard.cml",
"vulkan/client.shard.cml",
],
use: [
{
storage: "data",
path: "/data",
},
],
offer: [
{
protocol: [
"fuchsia.kernel.HypervisorResource",
"fuchsia.kernel.VmexResource",
"fuchsia.scheduler.RoleManager",
"fuchsia.sysinfo.SysInfo",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.vulkan.loader.Loader",
],
from: "parent",
to: "#realm_builder",
},
{
storage: "data",
from: "parent",
to: "#realm_builder",
},
],
}