homescreenapp/examples/helloworldwidgetplugin/resource/helloworldwidgetplugin.manifest
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenapp/examples/helloworldwidgetplugin/resource/helloworldwidgetplugin.manifest Tue Aug 31 15:06:34 2010 +0300
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<hswidgetmanifest>
+ <uri>helloworldwidgetplugin</uri>
+ <title>Hello world</title>
+ <description>Home screen example widget</description>
+ <icon>helloworldwidgetplugin.svg</icon>
+ <previewimage>helloworldwidgetpluginpreview.png</previewimage>
+ <hidden>false</hidden>
+ <servicexml>helloworldwidgetplugin.xml</servicexml>
+</hswidgetmanifest>