aboutsummaryrefslogtreecommitdiffstats
path: root/sample/simple-egl/package/root/config.xml
blob: 17abd41e7f80dfe6808d1d2f9d3f75fd26c2d401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="simple-egl" version="0.1">
  <name>SIMPLE-EGL</name>
  <icon src="icon.svg"/>
  <content src="bin/simple-egl" 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>