blob: 165db20b5535d2a7590c3439c1148c72df4e75cc [file]
// 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: [
"driver_component/driver.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/power-system-integration-example-test-driver.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
bind: "meta/bind/power-system-integration-example-test-driver.bindbc",
},
capabilities: [],
use: [
{
protocol: "fuchsia.power.broker.Topology",
availability: "optional",
},
{
protocol: "fuchsia.power.system.ActivityGovernor",
availability: "optional",
},
{
protocol: "fuchsia.power.system.CpuElementManager",
availability: "optional",
},
],
expose: [],
}