This recipe is the workaround until the meta-hmi-framework
is merged into meta-agl-demo.
Add the D-Bus configuration provided by the navigation service.
Currently navigation app provides API, but this is transient measure.
In the future this configuration will be moved to the navigation service.
Change-Id: I3b8c7ebb7f465f4b90095f2549deeb4c63c49452
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
--- /dev/null
+<!DOCTYPE busconfig PUBLIC
+"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+ <policy context="default">
+ <!-- Allow everyone to talk to main service. We'll later add an agent to
+ only share the location if user allows it. -->
+ <allow send_interface="org.agl.naviapi"/>
+ </policy>
+
+ <policy user="root">
+ <!-- Allow root to own the name on the bus -->
+ <allow own="org.agl.naviapi"/>
+ </policy>
+</busconfig>
# AGL HMI Framework adaptation of navigation
# This recipe is integrated into navigation_git.bb when the meta-hmi-framework is integrated into meta-agl-demo.
+FILESEXTRAPATHS_prepend := "${THISDIR}/navigation:"
-SRCREV = "${AUTOREV}"
+SRCREV = "c246330234db52352c046a7bc1f936d1d52d0e69"
SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=newwm2 \
file://download_mapdata_jp.sh \
file://download_mapdata_uk.sh \
+ file://org.agl.naviapi.conf \
"
DEPENDS_append = " af-binder libwindowmanager virtual/libhomescreen "