blob: 151fa3952d7d135c54fcafd924d834743a8b634b [file] [log] [blame]
{
children: [
{
name: "test-driver",
url: "fuchsia-pkg://fuchsia.com/remote-control-lib-tests#meta/test_driver.cm",
},
{
name: "sys-launcher",
url: "fuchsia-pkg://fuchsia.com/remote-control-lib-tests#meta/mock_sys_launcher.cm",
},
],
offer: [
{
storage: "temp",
from: "parent",
to: "#test-driver",
},
{
protocol: "fuchsia.sys.Launcher",
from: "#sys-launcher",
to: "#test-driver",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test-driver",
},
],
}