unplugged-system/external/cronet/build/config/fuchsia/test/fonts.shard.test-cml

39 lines
802 B
Plaintext

// 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",
url: "fuchsia-pkg://fuchsia.com/fonts#meta/fonts.cm",
},
],
use: [
{
protocol: "fuchsia.fonts.Provider",
from: "#isolated_font_provider",
},
],
offer: [
{
directory: "config-data",
from: "parent",
to: "#isolated_font_provider",
subdir: "fonts",
},
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: "#isolated_font_provider",
},
],
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [ "fonts" ],
},
},
}