homescreenapp/examples/helloworldwidgetplugin/helloworldwidgetplugin/resource/helloworldwidgetplugin.xml_for_sisx
changeset 46 23b5d6a29cce
parent 39 4e8ebe173323
child 48 11a8fa9275d5
child 51 4785f57bf3d4
equal deleted inserted replaced
39:4e8ebe173323 46:23b5d6a29cce
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <service>
       
     3     <name>helloworldwidgetplugin</name>
       
     4     <filepath>c:/private/20022F35/import/widgetregistry/20022F7E/helloworldwidgetplugin.qtplugin</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">helloworldwidgetplugin.png</customproperty>
       
    12         <customproperty key="title">HelloWorld</customproperty>
       
    13     </interface>
       
    14 </service>