blob: 52b83c9f52e7bf832c14dbb4756886cf0aa60b9c [file]
// Copyright 2024 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/platform-device.shard.cml" ],
program: {
binary: "driver/aml-cpu.so",
bind: "meta/bind/aml-cpu.bindbc",
colocate: "true",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
capabilities: [
{ service: "fuchsia.hardware.cpu.ctrl.Service" },
],
use: [
{ service: "fuchsia.hardware.power.Service" },
{ service: "fuchsia.hardware.clock.Service" },
],
expose: [
{
service: "fuchsia.hardware.cpu.ctrl.Service",
from: "self",
},
],
}