diff options
Diffstat (limited to 'recipes-demo-hmi/navigation/poiapp')
-rw-r--r-- | recipes-demo-hmi/navigation/poiapp/config.xml | 12 | ||||
-rw-r--r-- | recipes-demo-hmi/navigation/poiapp/installNaviApps.sh | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp/config.xml b/recipes-demo-hmi/navigation/poiapp/config.xml new file mode 100644 index 000000000..2f387db60 --- /dev/null +++ b/recipes-demo-hmi/navigation/poiapp/config.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="poi" version="0.1"> + <name>POI</name> + <icon src="poi.png"/> + <content src="poi" type="application/x-executable"/> + <description>POI App</description> + <author>AISIN AW</author> + <feature name="urn:AGL:required-permission"> + <param name="http://tizen.org/privilege/internal/dbus" value="required" /> + </feature> + <license>GPL</license> +</widget> 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' |