blob: 8f7ff33337d4c5b7aa2e44e878f16dbc0d3b9e94 [file] [edit]
// Copyright 2026 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.
// WARNING: THIS FILE IS GENERATED BY dmlc. DO NOT EDIT.
{
include: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/aml-gpu.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
allowed_scheduler_roles: [ "fuchsia.graphics.drivers.aml-gpu" ],
bind: "meta/bind/aml-gpu.bindbc",
},
capabilities: [
{ service: "fuchsia.hardware.gpu.mali.Service" },
],
use: [
{ protocol: "fuchsia.kernel.MmioResource" },
{ protocol: "fuchsia.power.broker.Topology" },
{ service: "fuchsia.driver.compat.Service" },
{
service: "fuchsia.hardware.clock.Service",
availability: "optional",
},
{ service: "fuchsia.hardware.platform.device.Service" },
{ service: "fuchsia.hardware.registers.Service" },
],
expose: [
{
service: "fuchsia.hardware.gpu.mali.Service",
from: "self",
},
],
}