blob: 47cbc41a8d4fee45f79e482352a28a01a4ba34d7 [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.Query",
"fuchsia.test.manager.RunBuilder",
],
},
],
expose: [
{
protocol: "fuchsia.developer.remotecontrol.RemoteControl",
from: "self",
},
],
}