diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2016-12-22 21:28:35 +0900 |
---|---|---|
committer | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2016-12-22 21:28:35 +0900 |
commit | e8b0dc607cff90d8a66d6172a3501698bd71ffa1 (patch) | |
tree | 0644cd34b7f77bec076225e7a36c098f71ba478b /recipes-demo-hmi/navigation/poiapp/installNaviApps.sh | |
parent | 14377d440e00bcb2058acde6b585ca8029f709af (diff) |
Add POI application
This patch adds a POI application to the AGL Distro.
This patch includes provisional bug avoidance.
Change-Id: Ib32b896428ac4a64d9a2c815cdeb6ab8c40d6c59
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi/navigation/poiapp/installNaviApps.sh')
-rw-r--r-- | recipes-demo-hmi/navigation/poiapp/installNaviApps.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp/installNaviApps.sh b/recipes-demo-hmi/navigation/poiapp/installNaviApps.sh new file mode 100644 index 000000000..50f27d69a --- /dev/null +++ b/recipes-demo-hmi/navigation/poiapp/installNaviApps.sh @@ -0,0 +1,6 @@ +#!/bin/sh +/usr/bin/afm-util install poi.wgt + +#it's Workaround +cyad -s -k MANIFESTS -t allow -c User::App::navigation -u '*' -p 'http://tizen.org/privilege/internal/dbus' +cyad -s -k MANIFESTS -t allow -c User::App::poi -u '*' -p 'http://tizen.org/privilege/internal/dbus' |