summaryrefslogtreecommitdiffstats
path: root/sample/package/config.xml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 14:15:30 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 14:15:30 +0900
commit4ccb23ff85897f668f56a2566aceaa1b59dc64f6 (patch)
tree16fa69b931048149cfd60eea000d54f5f9b6f96a /sample/package/config.xml
parentec044f44133cad1d12311345437b13b1a953226e (diff)
add source for ces2019 horizontal
Diffstat (limited to 'sample/package/config.xml')
-rw-r--r--sample/package/config.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sample/package/config.xml b/sample/package/config.xml
new file mode 100644
index 0000000..24d1b5d
--- /dev/null
+++ b/sample/package/config.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<widget xmlns="http://www.w3.org/ns/widgets" id="onstest" version="0.1">
+ <name>onstest</name>
+ <icon src="icon.svg"/>
+ <content src="bin/onstest" type="application/vnd.agl.native"/>
+ <description>This is a demo onstest application</description>
+ <author>Qt</author>
+ <license>APL 2.0</license>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="windowmanager" value="ws"/>
+ <param name="homescreen" value="ws"/>
+ </feature>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:no-htdocs" value="required"/>
+ </feature>
+</widget>
+
+