blob: 6877347aefbda4222aa3c9b356bcd352309a9f23 [file] [log] [blame] [edit]
// 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.
{
program: {
runner: "driver",
binary: "driver/compat.so",
},
capabilities: [
{ service: "fuchsia.driver.compat.Service" },
],
use: [
{
protocol: [
"fuchsia.boot.Arguments",
"fuchsia.boot.Items",
"fuchsia.device.composite.DeprecatedCompositeCreator",
"fuchsia.device.manager.SystemStateTransition",
"fuchsia.driver.framework.CompositeNodeManager",
],
},
{ service: "fuchsia.driver.compat.Service" },
],
expose: [
{
service: "fuchsia.driver.compat.Service",
from: "self",
},
],
}