blob: b77fe6bf5671928725af4e3fddedf7055d5b5fc3 [file] [log] [blame]
// Copyright 2023 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.
// Offer vulkan protocols to all child components.
{
include: [
"syslog/client.shard.cml",
"trace/offer.shard.cml",
],
offer: [
{
protocol: [
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.vulkan.loader.Loader",
],
from: "parent",
to: [ "all" ],
},
],
}