blob: 274b289eb0794062c539cccb74dd4d48e625354e [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.
{
children: [
{
name: "system-activity-governor",
url: "fuchsia-boot:///fake-system-activity-governor#meta/fake-system-activity-governor.cm",
},
{
name: "fake-suspend",
url: "fuchsia-boot:///fake-suspend-pkg#meta/fake-suspend.cm",
},
],
offer: [
{
service: "fuchsia.hardware.suspend.SuspendService",
from: "#fake-suspend",
to: "#system-activity-governor",
},
{
protocol: "test.suspendcontrol.Device",
from: "#fake-suspend",
to: "#system-activity-governor",
},
{
protocol: [
"fuchsia.inspect.InspectSink",
"fuchsia.logger.LogSink",
],
from: "#archivist",
to: [
"#fake-suspend",
"#system-activity-governor",
],
},
{
protocol: [ "fuchsia.power.broker.Topology" ],
from: "#power-broker",
to: "#system-activity-governor",
},
],
}