--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenapp/examples/batterywidgetplugin/resource/batterywidgetplugin.xml Tue Jul 06 14:06:53 2010 +0300
@@ -0,0 +1,14 @@
+<?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>