symbian3/app/screensaver/package_definition_3.0.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 03 Feb 2010 20:06:22 +0000
branchHighFidelityModel
changeset 48 c8d3143d3c0e
parent 38 12159035c0ef
child 61 8ae69391a51a
permissions -rw-r--r--
Scripts had not properly updated the 3.0 sysdef. These should be correct.

<?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>