blob: dc94d8eec20d6209cee1e04ff557fdd5307be17b [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_driver",
include: [ "//examples/drivers/power/cpp/meta/config_capability.shard.cml" ],
program: {
bind: {
rules: { "gizmo.example.TEST_NODE_ID": "power_driver" },
},
},
capabilities: [
{
config: "fuchsia.mytest.SuspendEnabled",
type: "bool",
value: true,
},
],
use: [
{ protocol: "fuchsia.power.system.ActivityGovernor" },
{ protocol: "fuchsia.examples.Echo" },
],
}