diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-04-01 23:35:18 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-05 07:13:20 +0000 |
commit | aaaf066b624dfa5fc84d3047061b76aab1b5ca39 (patch) | |
tree | 9831d1916d50dcd1c5de4af93ccca7436b0222d6 /recipes-demo-hmi/navigation/poiapp/config.xml | |
parent | 2375a927831fd8328f45badacb42ee10cc12d3f0 (diff) |
Correspondence of AGL-wgt for poi app
POI app makefile supported the 'make package' target.
This patch will change to the corresponding git revision.
Bug-AGL: SPEC-384
Change-Id: I3fda01580e80ae60db7386b19cef31e5d71038cf
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi/navigation/poiapp/config.xml')
-rw-r--r-- | recipes-demo-hmi/navigation/poiapp/config.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-demo-hmi/navigation/poiapp/config.xml b/recipes-demo-hmi/navigation/poiapp/config.xml deleted file mode 100644 index 2f387db60..000000000 --- a/recipes-demo-hmi/navigation/poiapp/config.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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> |