blob: 20f32dcb1367c32b608ccbc27ad0887dc409076b [file] [log] [blame]
{
program: {
binary: "bin/remote_control_bin",
},
capabilities: [
{ protocol: "fuchsia.developer.remotecontrol.RemoteControl" },
],
use: [
{ runner: "elf" },
{
directory: "hub",
from: "parent",
rights: [ "r*" ],
path: "/discovery_root",
},
{
protocol: [
"fuchsia.device.NameProvider",
"fuchsia.logger.LogSink",
"fuchsia.net.stack.Stack",
"fuchsia.overnet.Overnet",
"fuchsia.overnet.ServicePublisher",
"fuchsia.sys.Launcher",
"fuchsia.test.manager.Harness",
],
},
],
expose: [
{
protocol: "fuchsia.developer.remotecontrol.RemoteControl",
from: "self",
},
],
}