homescreenapp/examples/batterywidgetplugin/resource/batterywidgetplugin.xml
changeset 61 2b1b11a301d2
child 69 87476091b3f5
equal deleted inserted replaced
60:30f14686fb04 61:2b1b11a301d2
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <service>
       
     3     <name>batterywidgetplugin</name>
       
     4     <filepath>batterywidgetplugin</filepath>
       
     5     <description>Example widget</description>
       
     6     <interface>
       
     7         <name>com.nokia.symbian.IHomeScreenWidget</name>
       
     8         <version>1.0</version>
       
     9         <description>Example of home screen widget</description>
       
    10         <capabilities></capabilities>
       
    11         <customproperty key="iconuri">batterywidgetplugin.png</customproperty>
       
    12         <customproperty key="title">Battery</customproperty>
       
    13     </interface>
       
    14 </service>