blob: e3a6881d24a582f689215d3cfb4b8402e6586299 [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_rust_driver.so",
bind: "meta/bind/rust.bindbc",
},
capabilities: [],
use: [
{ protocol: "fuchsia.power.system.ActivityGovernor" },
],
expose: [],
}