blob: f91a58475e459355f8648326f98d85ce09a3ee82 [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.
{
children: [
{
name: "compute-benchmarks",
url: "fuchsia-pkg://fuchsia.com/compute-benchmarks#meta/compute-benchmarks.cm",
environment: "#core-env",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#compute-benchmarks",
},
{
protocol: [
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
],
from: "parent",
to: "#compute-benchmarks",
},
{
protocol: "fuchsia.vulkan.loader.Loader",
from: "#vulkan_loader",
to: "#compute-benchmarks",
},
{
storage: "cache",
from: "self",
to: "#compute-benchmarks",
},
{
storage: "tmp",
from: "self",
to: "#compute-benchmarks",
},
{
directory: "dev-class",
from: "parent",
as: "dev-display-coordinator",
to: "#compute-benchmarks",
subdir: "display-coordinator",
},
{
directory: "dev-class",
from: "parent",
as: "dev-input",
to: "#compute-benchmarks",
subdir: "input",
},
{
directory: "dev-class",
from: "parent",
as: "dev-input-report",
to: "#compute-benchmarks",
subdir: "input-report",
},
],
}