• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2022 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4{
5  children: [
6    {
7      name: "isolated_archivist",
8      url: "fuchsia-pkg://fuchsia.com/archivist-without-attribution#meta/archivist-without-attribution.cm",
9    },
10  ],
11  use: [
12    {
13      protocol: "fuchsia.logger.Log",
14      path: "/svc/fuchsia.logger.Log.isolated",
15      from: "#isolated_archivist",
16    },
17    {
18      protocol: "fuchsia.logger.LogSink",
19      path: "/svc/fuchsia.logger.LogSink.isolated",
20      from: "#isolated_archivist",
21    },
22  ],
23  facets: {
24    "fuchsia.test": {
25        "deprecated-allowed-packages": [ "archivist-without-attribution" ],
26    },
27  },
28}
29