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