blob: e77aebfc2c2871c780a7b70223718e667638dca4 [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.
{
"name": "power-system-integration-example-test-driver",
"include": [
"driver_component/driver.shard.cml"
],
"program": {
"binary": "driver/power-system-integration-example-test-driver.so",
"default_dispatcher_opts": [
"allow_sync_calls"
],
"bind": {
"rules": {
"fuchsia.test.TEST_CHILD": "\"power-system-integration-example-test-driver\""
}
}
},
"use": [
{
"protocol": "fuchsia.power.broker.Topology",
"availability": "optional"
},
{
"protocol": "fuchsia.power.system.ActivityGovernor",
"availability": "optional"
},
{
"protocol": "fuchsia.power.system.CpuElementManager",
"availability": "optional"
}
]
}