--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian3/app/screensaver/package_definition_3.0.xml Wed Jan 27 15:59:56 2010 +0000
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SystemDefinition schema="3.0.0">
+ <package id="screensaver" name="Screen Saver Apps" levels="plugin ui">
+ <!-- is this a user-facing application or a daemon? -->
+ <collection id="scrsaver" name="Screen Saver" level="plugin">
+ <meta rel="config">
+ <not-defined condition="TOOLS"/>
+ </meta>
+ <component id="scrsaverplugins" filter="s60" name="Screen Saver Plugins" class="plugin">
+ <meta rel="config">
+ <not-defined condition="__SERIES60_30__"/>
+ <defined condition="__SERIES60_NATIVE_BROWSER"/>
+ </meta>
+ <!-- must have only one component. #include from a common bld.inf, or move up a directory and make scrsaverplugins a collection -->
+ <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/"/>
+ <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group/"/>
+ </component>
+ <component id="scrsaver_slideshowplugin" filter="s60" name="Screen Saver Slideshow Plugin" class="plugin">
+ <meta rel="config">
+ <defined condition="__SLIDESHOW_SCREENSAVER "/>
+ </meta>
+ <unit bldFile="scrsaver/scrsaverplugins/SlideshowPlugin/group"/>
+ </component>
+ <component id="screensaveraiwplugin" filter="s60" name="Screen Saver AIW Plugin" class="plugin">
+ <meta rel="config">
+ <defined condition="RD_SCREENSAVERAIWPLUGIN "/>
+ </meta>
+ <unit bldFile="scrsaver/screensaveraiwplugin/group"/>
+ </component>
+ </collection>
+ <collection id="screensaver_info" name="Screen Saver Apps Info" level="ui">
+ <component id="screensaver_build" filter="s60" name="Screen Saver Application">
+ <!--the app should be a separate component -->
+ <unit bldFile="group"/>
+ </component>
+ </collection>
+ </package>
+</SystemDefinition>