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