| // 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_hermetic_for_test#meta/font_provider_hermetic_for_test.cm", |
| }, |
| ], |
| use: [ |
| { |
| protocol: "fuchsia.fonts.Provider", |
| from: "#isolated_font_provider", |
| }, |
| ], |
| offer: [ |
| { |
| protocol: [ |
| "fuchsia.logger.LogSink", |
| "fuchsia.tracing.provider.Registry", |
| ], |
| 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" ], |
| }, |
| }, |
| } |