homescreenapp/examples/helloworldwidgetplugin/resource/helloworldwidgetplugin.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 15:43:04 +0300
changeset 46 23b5d6a29cce
child 61 2b1b11a301d2
permissions -rw-r--r--
Revision: 201017 Kit: 201019

<?xml version="1.0" encoding="UTF-8"?>
<service>
    <name>helloworldwidgetplugin</name>
    <filepath>helloworldwidgetplugin</filepath>
    <description>Example widget</description>
    <interface>
        <name>com.nokia.symbian.IHomeScreenWidget</name>
        <version>1.0</version>
        <description>Example of home screen widget</description>
        <capabilities></capabilities>
        <customproperty key="iconuri">helloworldwidgetplugin.png</customproperty>
        <customproperty key="title">HelloWorld</customproperty>
    </interface>
</service>