blob: 21109fbdeb3ebd4100311dd2387d04186092a506 [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/mock-power-broker",
},
capabilities: [
{ protocol: "fuchsia.power.broker.Topology" },
{ protocol: "fuchsia.test.drivers.power.GetPowerElements" },
],
expose: [
{
protocol: "fuchsia.power.broker.Topology",
from: "self",
},
{
protocol: "fuchsia.test.drivers.power.GetPowerElements",
from: "self",
},
],
}