summaryrefslogtreecommitdiffstats
path: root/package/config.xml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-08 18:16:07 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-10 09:50:06 +0900
commit8cc6188eaf2b333e169eab6f58857adcb7e47568 (patch)
tree44084784ccee6dc136e57cc78625f9a993d12eb8 /package/config.xml
Add demo3 launcher source code for cluster mode. [Patch Set 2]Update LICENSE file. Change-Id: I9026690d30229b2587f4a6f02198cc88ba776f1d BUG-AGL: SPEC-2261 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'package/config.xml')
-rw-r--r--package/config.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml
new file mode 100644
index 0000000..62f99ed
--- /dev/null
+++ b/package/config.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="launcher" version="0.1">
+ <name>launcher</name>
+ <icon src="icon.svg"/>
+ <content src="bin/launcher" type="application/vnd.agl.native"/>
+ <description>This is a demo application for launcher</description>
+ <author>TOYOTA</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" />
+ <param name="urn:AGL:permission::system:run-by-default" value="required" />
+ <param name="http://tizen.org/privilege/internal/dbus" value="required" />
+ </feature>
+</widget>