// 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#meta/fonts.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": { | |
"deprecated-allowed-packages": [ "fonts" ], | |
}, | |
}, | |
} |