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: "test_fonts",
},
],
offer: [
{
dictionary: "diagnostics",
from: "parent",
to: "#test_fonts",
},
{
directory: "pkg",
subdir: "test_fonts",
from: "framework",
to: "#test_fonts",
as: "config-data",
rights: [ "r*" ],
}
],
use: [
{
protocol: "fuchsia.fonts.Provider",
from: "#test_fonts",
},
],
facets: {
"fuchsia.test": {
// TODO(crbug.com/42050571): Remove when the isolated font provider
// component is subpackaged.
"deprecated-allowed-packages": [ "fonts_configurable_for_test" ],
},
},
}