blob: ef3bda38f379759ed2c8292773e67142a756251a [file] [log] [blame]
// This realm contains the test cases for fuchsia_component_v2_test.
{
program: {
binary: "bin/realm",
},
collections: [
{
name: "coll",
durability: "transient",
},
],
use: [
{ runner: "elf" },
{ protocol: "/svc/fuchsia.logger.LogSink" },
{
// Needed to instantiate dynamic components.
protocol: "/svc/fuchsia.sys2.Realm",
from: "framework",
},
{
event: "destroyed",
from: "framework",
},
],
offer: [
{
runner: "elf",
from: "realm",
to: [ "#coll" ],
},
],
}