homescreenapp/examples/localisedhellowidgetplugin/localisedhellowidgetplugin/resource/localisedhellowidgetplugin.xml
changeset 39 4e8ebe173323
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenapp/examples/localisedhellowidgetplugin/localisedhellowidgetplugin/resource/localisedhellowidgetplugin.xml	Mon May 03 12:24:59 2010 +0300
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<service>
+    <name>localisedhellowidgetplugin</name>
+    <filepath>localisedhellowidgetplugin</filepath>
+    <description>Example widget</description>
+    <interface>
+        <name>com.nokia.symbian.IHomeScreenWidget</name>
+        <version>1.0</version>
+        <description>Example of localised widget</description>
+        <capabilities></capabilities>
+        <customproperty key="iconuri">localisedhellowidgetplugin.png</customproperty>
+        <customproperty key="title">Hello</customproperty>
+    </interface>
+</service>