| // 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/storage/lib/fs_management/client.shard.cml", |
| "//src/storage/testing/driver_test_realm/meta/client.shard.cml", |
| "//src/sys/test_runners/rust/default.shard.cml", |
| "//src/sys/test_runners/tmp_storage.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", |
| }, |
| ], |
| } |