summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen/homescreen
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2016-12-27 12:43:32 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2016-12-27 12:47:13 +0100
commitdd70c8c5298a1fea8b2ff2be50536af777b9dfaa (patch)
tree86b7d61d8f954106fd36b6dcbad5ddd6e7cb460f /recipes-demo-hmi/homescreen/homescreen
parent2fceebaccdbd1210f095f139c8358aa8ff635e65 (diff)
Fix: SPEC-377, miss dbus conf file to make status icon working
Change-Id: I8b64adf1c73244447f348ae140a4bd63d3796357 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/homescreen/homescreen')
-rw-r--r--recipes-demo-hmi/homescreen/homescreen/dbus-homescreen.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen/dbus-homescreen.conf.in b/recipes-demo-hmi/homescreen/homescreen/dbus-homescreen.conf.in
new file mode 100644
index 00000000..a79d70f7
--- /dev/null
+++ b/recipes-demo-hmi/homescreen/homescreen/dbus-homescreen.conf.in
@@ -0,0 +1,6 @@
+<?xml version="1.0"?> <!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 send_destination="org.agl.homescreen"/>
+ </policy>
+</busconfig>