diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2017-04-02 19:39:22 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-05 07:13:29 +0000 |
commit | 124ef3a479e74add612b4225cf4938e3785e5b07 (patch) | |
tree | de2c480ffa3cdb715690d0c7d7155c1384be45e5 /recipes-demo-hmi/navigation/poiapp | |
parent | 317cca32609a95afd911ad5048538a2951009bf9 (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: I81070522a2682e9150cc251cacb0010aba1d9139
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi/navigation/poiapp')
-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> |