blob: 55f04e53c6284f742f3a9b380e6229a116d24b6b [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//src/sys/test_runners/rust/default.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/font_provider_integration_tests",
},
collections: [
{
name: "coll",
durability: "transient",
},
],
offer: [
{
directory: "config-data",
from: "parent",
to: "#coll",
},
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.pkg.FontResolver",
],
from: "parent",
to: "#coll",
},
],
}