Add onscreenapp
[apps/onscreenapp.git] / sample / package / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" id="onstestapp" version="0.1">
3   <name>onstestapp</name>
4   <icon src="icon.svg"/>
5   <content src="bin/onstestapp" type="application/vnd.agl.native"/>
6   <description>This is a demo onstestapp application</description>
7   <author>Qt</author>
8   <license>APL 2.0</license>
9   <feature name="urn:AGL:widget:required-api">
10     <param name="windowmanager" value="ws"/>
11     <param name="homescreen" value="ws"/>
12   </feature>
13   <feature name="urn:AGL:widget:required-permission">
14     <param name="urn:AGL:permission::public:no-htdocs" value="required"/>
15   </feature>
16 </widget>
17
18