blob: d36a381575d56c94579eb068f0b700540e8cca52 [file] [log] [blame]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/remote_control_bin",
args: [ "remote-control" ],
},
capabilities: [
{ protocol: "fuchsia.developer.remotecontrol.RemoteControl" },
],
use: [
{
directory: "hub",
from: "parent",
rights: [ "r*" ],
path: "/discovery_root",
},
{
protocol: [
"fuchsia.developer.remotecontrol.RemoteDiagnosticsBridge",
"fuchsia.device.NameProvider",
"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",
},
],
}