blob: 943f05638f7f656df765a19053baa1c888a9133b [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: [
"driver_component/driver.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/aml-canvas.so",
bind: "meta/bind/aml-canvas.bindbc",
colocate: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
default_dispatcher_scheduler_role: "fuchsia.graphics.display.drivers.aml-canvas.device",
fallback: "false",
},
capabilities: [
{ service: "fuchsia.hardware.amlogiccanvas.Service" },
],
use: [
{ service: "fuchsia.hardware.platform.device.Service" },
],
expose: [
{
service: "fuchsia.hardware.amlogiccanvas.Service",
from: "self",
},
],
}