blob: 5fb509e1888cd8a11362156bafc7210bab2d64e4 [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.
{
offer: [
{
protocol: "fuchsia.vulkan.loader.Loader",
from: "#vulkan_loader",
to: "#system_recovery",
},
{
directory: "dev-class",
from: "parent",
as: "dev-class-display-coordinator",
to: "#system_recovery",
subdir: "display-coordinator",
},
{
directory: "dev-class",
from: "parent",
as: "dev-class-input-report",
to: "#system_recovery",
subdir: "input-report",
},
],
}