Source code

Revision control

Copy as Markdown

Other Tools

// 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",
},
],
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",
},
{
dictionary: "diagnostics",
from: "parent",
to: "#isolated_archivist",
},
],
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [ "archivist-for-embedding" ],
},
},
}