blob: 68c99f7463e5f5cf1f0445009136eb91e2dc6fdc [file] [log] [blame]
// Realm for integration test that creates and binds to component instances in a collection.
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/destruction_collection_realm",
},
collections: [
{
name: "coll",
durability: "transient",
},
],
use: [
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
}