Add D-Bus configuration of navigation service 51/12551/2
authorNaoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Tue, 12 Dec 2017 01:34:46 +0000 (10:34 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 17 Dec 2017 10:17:27 +0000 (10:17 +0000)
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>
meta-hmi-framework/recipes-demo-hmi/navigation/navigation/org.agl.naviapi.conf [new file with mode: 0644]
meta-hmi-framework/recipes-demo-hmi/navigation/navigation_git.bbappend [changed mode: 0755->0644]

diff --git a/meta-hmi-framework/recipes-demo-hmi/navigation/navigation/org.agl.naviapi.conf b/meta-hmi-framework/recipes-demo-hmi/navigation/navigation/org.agl.naviapi.conf
new file mode 100644 (file)
index 0000000..7f4d85f
--- /dev/null
@@ -0,0 +1,15 @@
+<!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>
old mode 100755 (executable)
new mode 100644 (file)
index f078593..a91b6c2
@@ -1,10 +1,12 @@
 # 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 "