blob: 12d2c2467b48f4f01c63e1f1b5387114f04a319a [file] [log] [blame]
// Copyright 2022 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: [
'syslog/client.shard.cml',
],
program: {
runner: 'driver',
binary: 'lib/libacpi_controller.so',
bind: 'meta/bind/acpi_controller.bindbc'
},
use: [
{ service: 'fuchsia.driver.compat.Service' },
],
// Provide the ACPI device capability to other components
capabilities: [
{ protocol: 'fuchsia.hardware.acpi.Device' },
],
expose: [
{
protocol: 'fuchsia.hardware.acpi.Device',
from: 'self',
},
],
}