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