homescreenapp/examples/batterywidgetplugin/resource/batterywidgetplugin.xml
author hgs
Fri, 25 Jun 2010 19:19:22 +0300
changeset 62 341166945d65
child 69 87476091b3f5
permissions -rw-r--r--
201025

<?xml version="1.0" encoding="UTF-8"?>
<service>
    <name>batterywidgetplugin</name>
    <filepath>batterywidgetplugin</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">batterywidgetplugin.png</customproperty>
        <customproperty key="title">Battery</customproperty>
    </interface>
</service>