X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fnavigation%2Fmapviewer%2Fmapviewer.service;fp=recipes-demo-hmi%2Fnavigation%2Fmapviewer%2Fmapviewer.service;h=5a78843c72d39ee96e20e7cb71c82f7581225ef1;hb=58e35ecf32af3aaf18af1e9576de74892f61cae5;hp=0000000000000000000000000000000000000000;hpb=0a57ab1ff1bb75f529bc46ae1e96ce4d80c68979;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/navigation/mapviewer/mapviewer.service b/recipes-demo-hmi/navigation/mapviewer/mapviewer.service new file mode 100644 index 000000000..5a78843c7 --- /dev/null +++ b/recipes-demo-hmi/navigation/mapviewer/mapviewer.service @@ -0,0 +1,25 @@ +[Unit] +Conflicts=getty@tty1.service +After=weston.service + +# map viewr is a child application which can work with navigation. +# This app requires mapdata. It has to be stored at /var/mapdata/navi_data_UK . +# currently the position to be shown is 384x368 surface on screen 1 for CES2017 cluster demo. + +[Service] +Environment=NAVI_DATA_DIR=/var/mapdata/navi_data_UK/japan_TR9 XDG_RUNTIME_DIR=/run/user/0 +ExecStartPre=/bin/sleep 5 +ExecStart=/usr/bin/mapview +ExecStartPost=/usr/bin/LayerManagerControl create layer 1000 1920 1080 +ExecStartPost=/usr/bin/LayerManagerControl set layer 1000 render order 0x1000000 +ExecStartPost=/usr/bin/LayerManagerControl set surface 0x1000000 source region 0 0 384 368 +ExecStartPost=/usr/bin/LayerManagerControl set surface 0x000000 destination region 0 0 384 368 +ExecStartPost=/usr/bin/LayerManagerControl set screen 1 render order 1000 +ExecStartPost=/usr/bin/LayerManagerControl set layer 1000 visibility 1 +ExecStartPost=/usr/bin/LayerManagerControl set surface 0x1000000 visibility 1 + +ExecStop=/usr/bin/killall -s KILL mapview +Type=simple + +[Install] +WantedBy=multi-user.target