blob: b49fb6f4458815009db7216f4661a73527159669 [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.
{
include: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
bind: "meta/bind/amlogic-display.bindbc",
colocate: "false",
compat: "driver/amlogic-display-dfv1.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
use: [
{
protocol: [ "fuchsia.scheduler.RoleManager" ],
},
{ service: "fuchsia.hardware.amlogiccanvas.Service" },
{ service: "fuchsia.hardware.gpio.Service" },
{ service: "fuchsia.hardware.platform.device.Service" },
{ service: "fuchsia.hardware.sysmem.Service" },
],
}