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_font_provider",
},
],
use: [
{
protocol: "fuchsia.fonts.Provider",
from: "#isolated_font_provider",
},
],
offer: [
{
protocol: [
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: "#isolated_font_provider",
},
{
dictionary: "diagnostics",
from: "parent",
to: "#isolated_font_provider",
},
],
facets: {
"fuchsia.test": {
// TODO(crbug.com/42050571): Remove when the isolated font provider
// component is subpackaged.
"deprecated-allowed-packages": [ "fonts_hermetic_for_test" ],
},
},
}