diff options
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' |