blob: 4c9fbbcb85a290f7f697ae4fe732b68259656b71 [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_manager/system-test.shard.cml",
"//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",
],
use: [
{
directory: "hub",
from: "framework",
rights: [ "r*" ],
path: "/hub",
},
{
directory: "dev-gpu",
rights: [ "r*" ],
path: "/dev/class/gpu",
},
],
offer: [
{
protocol: [
"fuchsia.kernel.HypervisorResource",
"fuchsia.kernel.IrqResource",
"fuchsia.kernel.MmioResource",
"fuchsia.kernel.VmexResource",
"fuchsia.logger.LogSink",
"fuchsia.scheduler.ProfileProvider",
"fuchsia.sysinfo.SysInfo",
"fuchsia.sysmem.Allocator",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: "#realm_builder",
},
{
directory: "dev-gpu",
from: "parent",
to: "#realm_builder",
},
],
}