| // Copyright 2022 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. | |
| { | |
| collections: [ | |
| { | |
| name: "fs-collection", | |
| durability: "transient", | |
| }, | |
| ], | |
| use: [ | |
| { | |
| protocol: "fuchsia.component.Realm", | |
| from: "framework", | |
| }, | |
| ], | |
| offer: [ | |
| { | |
| protocol: [ | |
| "fuchsia.boot.WriteOnlyLog", | |
| "fuchsia.logger.LogSink", | |
| ], | |
| from: "parent", | |
| to: [ "#fs-collection" ], | |
| }, | |
| ], | |
| } |