Add the ability to access binding through tcp 43/17343/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 3 Aug 2018 13:10:53 +0000 (15:10 +0200)
committerJose Bollo <jose.bollo@iot.bzh>
Fri, 19 Oct 2018 12:13:02 +0000 (14:13 +0200)
This commit introduce "tcp", a new type of
provided/required api. It appears in the config.xml
as below:

  <urn:AGL:widget:provided-api>
    <param "name"="HOST:PORT/API" "value"="tcp">

  <urn:AGL:widget:required-api>
    <param "name"="HOST:PORT/API" "value"="tcp">

This implementation is a draft. The service
exposed can not start automatically. Use it
with the permission urn:AGL:permission::system:run-by-default.

Change-Id: Ic593f0d891692ca0c777c49057ec54c37fc55cc0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>

No differences found