blob: 8d399abe56a4b6f715690be77421b08f69466dd5 [file] [log] [blame]
// 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.
{
children: [
{
name: "pkg_cache_integration_test",
url: "fuchsia-pkg://fuchsia.com/pkg-cache-integration-tests#meta/pkg-cache-integration-test.cm",
},
],
offer: [
{
protocol: [
"fuchsia.diagnostics.ArchiveAccessor",
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
to: "#pkg_cache_integration_test",
},
{
storage: "tmp",
from: "parent",
to: "#pkg_cache_integration_test",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#pkg_cache_integration_test",
},
],
}