homescreenapp/examples/localisedhellowidgetplugin/localisedhellowidgetplugin/resource/localisedhellowidgetplugin.xml
changeset 51 4785f57bf3d4
parent 46 23b5d6a29cce
child 55 03646e8da489
equal deleted inserted replaced
46:23b5d6a29cce 51:4785f57bf3d4
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <service>
       
     3     <name>localisedhellowidgetplugin</name>
       
     4     <filepath>localisedhellowidgetplugin</filepath>
       
     5     <description>Example widget</description>
       
     6     <interface>
       
     7         <name>com.nokia.symbian.IHomeScreenWidget</name>
       
     8         <version>1.0</version>
       
     9         <description>Example of localised widget</description>
       
    10         <capabilities></capabilities>
       
    11         <customproperty key="iconuri">localisedhellowidgetplugin.png</customproperty>
       
    12         <customproperty key="title">Hello</customproperty>
       
    13     </interface>
       
    14 </service>