| // Copyright 2019 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. |
| |
| // Realm for the shutdown integration test, it requests the SystemController protocol |
| { |
| "offer": [ |
| { |
| "protocol": "/svc/fuchsia.sys2.SystemController", |
| "from": "realm", |
| "to": [ "#power_switch" ] |
| }, |
| ], |
| |
| "children": [ |
| { |
| "name": "power_switch", |
| "url": "fuchsia-pkg://fuchsia.com/shutdown_integration_test#meta/system_controller_consumer.cm", |
| "startup": "eager", |
| }, |
| ], |
| |
| } |