| // 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", | |
| }, | |
| ], | |
| } |