910e62b5创建于 1月15日历史提交
// 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: [
    {
      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" ],
    },
  },
}