blob: e8cba8dd635ca41d0e8d97a6cec2ab142fcbea21 [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",
args: [ "--wait" ],
},
collections: [
{
name: "coll",
environment: "#elf-env",
durability: "transient",
},
],
use: [
{
event_stream: [ "destroyed" ],
from: "parent",
},
],
}