blob: 7b9e187d5529ffc72d28c733a5013d9e511c506d [file] [log] [blame]
// 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",
url: "fuchsia-pkg://fuchsia.com/fonts_configurable_for_test#meta/fonts_configurable_for_test.cm",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
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" ],
},
},
}