X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fxdg-launcher.git;a=blobdiff_plain;f=README.txt;h=24eb4d9ae9978a312a6fdcd77d3e0247a272e51a;hp=5006c2d308fcea51459001fd4588e56a67a8819d;hb=7508882ed8fc512d608585147e2520a9341401df;hpb=0676869ae83b3e2cdac77c0a29367367ca211f5a diff --git a/README.txt b/README.txt index 5006c2d..24eb4d9 100644 --- a/README.txt +++ b/README.txt @@ -23,6 +23,16 @@ How to build with SDK e.g. followings are predefined role by default "role": "MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer" + In order to pass port number and token which are given from + AGL application framework binder to XDG application, + you can use special string '@port@' and '@token@'. + + For 'params', you can use special string '@port@' and '@token@" + to pass them to target XDG application + which are from AGL application framework binder. + + e.g. params = [ --port=@port@ --secret=@token@ ] + 3. Prepare config.xml for widget should be follow.