blob: b1dddc5afdb1e24ee6ee352e7821083f31869cf9 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/aml-gpu.so",
bind: "meta/bind/aml-gpu.bindbc",
colocate: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
allowed_scheduler_roles: [ "fuchsia.graphics.drivers.aml-gpu" ],
fallback: "false",
service_connect_validation: "true",
},
capabilities: [
{ service: "fuchsia.hardware.gpu.mali.Service" },
],
use: [
{ service: "fuchsia.hardware.registers.Service" },
{ service: "fuchsia.hardware.platform.device.Service" },
{ service: "fuchsia.hardware.clock.Service" },
{ service: "fuchsia.driver.compat.Service" },
{ protocol: "fuchsia.kernel.MmioResource" },
],
expose: [
{
service: "fuchsia.hardware.gpu.mali.Service",
from: "self",
},
],
}