homescreenapp/examples/helloworldwidgetplugin/resource/helloworldwidgetplugin.xml
author Pat Downey <patd@symbian.org>
Thu, 24 Jun 2010 13:11:40 +0100
changeset 57 2e2dc3d30ca8
parent 46 23b5d6a29cce
child 61 2b1b11a301d2
permissions -rw-r--r--
Merge heads.

<?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>