summaryrefslogtreecommitdiffstats
path: root/package/config.xml
blob: 7be9cda3c1c7a9d279e0f77010139b15834d5379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="camera" version="0.1">
  <name>camera</name>
  <icon src="icon.svg"/>
  <content src="bin/camera" type="application/vnd.agl.native"/>
  <description>This is a demo application</description>
  <author>TOYOTA</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>