X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Fafm-launch.conf.in;fp=conf%2Fafm-launch.conf.in;h=aa1812cf2f4eae6a66bc79936e01890ac573f3b4;hb=526aaf57e6766bf5d0a2919ead36ae94546c0f13;hp=c5d446106fd717ad71e74d2478ece38d312fd3a6;hpb=0257e4d58a25d328a971423d5fe5289d9985d046;p=src%2Fapp-framework-main.git diff --git a/conf/afm-launch.conf.in b/conf/afm-launch.conf.in index c5d4461..aa1812c 100644 --- a/conf/afm-launch.conf.in +++ b/conf/afm-launch.conf.in @@ -17,6 +17,8 @@ #----------------- mode local #----------------- + +# keep for compatibility purposes text/html /usr/bin/afb-daemon --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r --token=%S --sessiondir=%D/.afb-daemon /usr/bin/web-runtime http://localhost:%P/%c?token=%S @@ -24,12 +26,27 @@ text/html application/x-executable %r/%c +application/vnd.agl.url + /usr/bin/web-runtime %c + application/vnd.agl.service /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/%c --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r/htdocs --token=%S --sessiondir=%D/.afb-daemon -text/vnd.qt.qml +application/vnd.agl.native + /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/lib --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r/htdocs --token=%S --sessiondir=%D/.afb-daemon + %r/%c %P %S + +application/vnd.agl.qml /usr/bin/qt5/qmlscene -fullscreen -I %r -I %r/imports %r/%c +application/vnd.agl.qml.hybrid + /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/lib --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r/htdocs --token=%S --sessiondir=%D/.afb-daemon + /usr/bin/qt5/qmlscene %P %S -fullscreen -I %r -I %r/imports %r/%c + +application/vnd.agl.html.hybrid + /usr/bin/afb-daemon --ldpaths=@CMAKE_INSTALL_FULL_LIBDIR@/afb:%r/lib --mode=local --readyfd=%R --alias=/icons:%I --port=%P --rootdir=%r/htdocs --token=%S --sessiondir=%D/.afb-daemon + /usr/bin/web-runtime http://localhost:%P/%c?token=%S + #----------------- mode remote #-----------------