blob: 334bf0f7ce0927b15e6e0152a9d7910ab9b59793 [file] [log] [blame]
// Copyright 2025 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_rust_driver.so",
bind: "meta/bind/rust.bindbc",
},
use: [
{ protocol: "fuchsia.power.system.ActivityGovernor" },
],
}