blob: 7d6eef85c3fcffbe5592142c9b5d80f0303c32e2 [file] [log] [blame]
// Copyright 2021 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.
// This realm contains the test cases for fuchsia_component_v2_test.
{
include: [
"//src/sys/component_manager/tests/meta/use_elf_runner.shard.cml",
"inspect/offer.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/realm",
},
collections: [
{
name: "coll",
environment: "#elf-env",
durability: "transient",
},
],
use: [
{
event_stream: "destroyed",
from: "parent",
},
],
}