blob: e3cbabb30c86f67e22c4ea36066aac7bb3dc1078 [file] [log] [blame]
// This realm contains the test cases for fuchsia_component_v2_test.
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/realm",
},
collections: [
{
name: "coll",
durability: "transient",
},
],
use: [
{ runner: "elf" },
// Needed to instantiate dynamic components.
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
{
event: "destroyed",
from: "framework",
},
],
}