blob: fa02bf6416b01750e63b758999a196be82df4639 [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.buildinfo.Provider",
"fuchsia.developer.remotecontrol.RemoteDiagnosticsBridge",
"fuchsia.device.NameProvider",
"fuchsia.hwinfo.Device",
"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",
},
],
}