blob: 3d761fe4b018c02b2bd3646a6d644039dfe0794e [file]
// Copyright 2020 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",
"//src/sys/test_runners/tmp_storage.shard.cml",
"driver_test_realm/meta/client.shard.cml",
"driver_test_realm/platform/meta/client.shard.cml",
"inspect/client.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/pkg_cache_integration_test",
},
use: [
{
protocol: "fuchsia.component.Realm",
from: "framework",
},
{
protocol: [
"fuchsia.diagnostics.ArchiveAccessor",
"fuchsia.process.Launcher",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
},
],
offer: [
{
protocol: [
"fuchsia.metrics.MetricEventLoggerFactory",
"fuchsia.process.Launcher",
],
from: "parent",
to: "#realm_builder",
},
],
}