| // Copyright 2022 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| { |
| children: [ |
| { |
| name: "isolated_archivist", |
| url: "fuchsia-pkg://fuchsia.com/archivist-for-embedding#meta/archivist-for-embedding.cm", |
| }, |
| ], |
| use: [ |
| { |
| protocol: "fuchsia.logger.Log", |
| path: "/svc/fuchsia.logger.Log.isolated", |
| from: "#isolated_archivist", |
| }, |
| { |
| protocol: "fuchsia.logger.LogSink", |
| path: "/svc/fuchsia.logger.LogSink.isolated", |
| from: "#isolated_archivist", |
| }, |
| ], |
| offer: [ |
| { |
| event_stream: [ |
| "capability_requested", |
| "directory_ready", |
| ], |
| from: "parent", |
| to: "#isolated_archivist", |
| }, |
| { |
| protocol: "fuchsia.logger.LogSink", |
| from: "parent", |
| to: "#isolated_archivist", |
| }, |
| ], |
| facets: { |
| "fuchsia.test": { |
| "deprecated-allowed-packages": [ "archivist-for-embedding" ], |
| }, |
| }, |
| } |