blob: 7e027757ee50385720f484afd1ccd0a8e9d5fe44 [file] [log] [blame]
// Copyright 2024 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/testing/meta/test-memfs.shard.cml",
"trace/offer.shard.cml",
],
collections: [
{
name: "component-framework-tests",
environment: "#test-env",
durability: "transient",
},
],
offer: [
{
protocol: [
"fuchsia.component.resolution.Resolver",
"fuchsia.kernel.VmexResource",
"fuchsia.process.Launcher",
],
from: "parent",
to: "#component-framework-tests",
},
{
storage: "tmp",
from: "self",
to: [ "#component-framework-tests" ],
},
{
event_stream: [
"capability_requested",
"destroyed",
"started",
"stopped",
],
from: "parent",
to: "#component-framework-tests",
scope: "#component-framework-tests",
},
],
}