blob: ec370924ca5efa7516cf43f57d6654f2a0c908e0 [file]
// Copyright 2026 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: "vulkan_loader",
url: "fuchsia-boot:///vulkan_loader#meta/vulkan_loader.cm",
},
],
offer: [
{
protocol: [ "fuchsia.vulkan.loader.Loader" ],
from: "#vulkan_loader",
to: [
"#test_manager",
"#testing",
],
},
{
dictionary: "diagnostics",
from: "self",
to: [ "#vulkan_loader" ],
},
{
service: [
"fuchsia.gpu.magma.DependencyInjectionService",
"fuchsia.gpu.magma.PerformanceCounterService",
"fuchsia.gpu.magma.Service",
"fuchsia.gpu.magma.TrustedService",
],
from: "#boot-drivers",
to: [ "#vulkan_loader" ],
},
],
}