aboutsummaryrefslogtreecommitdiffstats
path: root/sample/simple-egl/package/navi/config.xml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2017-10-23 13:17:55 +0900
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>2017-10-30 04:15:35 +0000
commit26ec25e2f9271396328c208ae1a256fdf1a92c91 (patch)
tree082c9a6b098e6c573a2305419864858eaa0f407a /sample/simple-egl/package/navi/config.xml
parentf04b274db13ba34c651fd15b28bca5468314f4a7 (diff)
Move sample to libhomescreen
The sample folder is using libhomescren with agl-service-homescreen-2017, So better move to libhomescreen. BUG-AGL: SPEC-988 Change-Id: I165bd3baa67ae2909f5ac699faf4f1f620f78747 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'sample/simple-egl/package/navi/config.xml')
-rw-r--r--sample/simple-egl/package/navi/config.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/sample/simple-egl/package/navi/config.xml b/sample/simple-egl/package/navi/config.xml
deleted file mode 100644
index 6f6e649..0000000
--- a/sample/simple-egl/package/navi/config.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="navigation" version="0.1">
- <name>Navigation</name>
- <icon src="icon.svg"/>
- <content src="bin/navi" type="application/vnd.agl.native"/>
- <description>This is a demo application for simple-egl</description>
- <author>TOYOA</author>
- <license>APL 2.0</license>
- <feature name="urn:AGL:widget:required-api">
- <param name="homescreen" value="ws" />
- <param name="windowmanager" value="ws" />
- </feature>
- <feature name="urn:AGL:widget:required-permission">
- <param name="urn:AGL:permission::public:no-htdocs" value="required" />
- </feature>
-</widget>