symbian3/app/screensaver/package_definition_3.0.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 239 e9ebcfcb4702
child 246 f99f9ea9b39f
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0">
       
     3   <package id="screensaver" name="Screen Saver Apps" levels="plugin ui">
       
     4   	<!-- is this a user-facing application or a daemon? -->
       
     5 
       
     6 	<!-- units need to be commented out until configuration is in place. They are currently #included from screensaver_build-->
       
     7     <collection id="scrsaver" name="Screen Saver" level="plugin">
       
     8       <meta rel="config">
       
     9       	<not-defined condition="TOOLS"/>
       
    10       </meta>    
       
    11       <component id="scrsaverplugins" filter="s60" name="Screen Saver Plugins" class="plugin">
       
    12       	<meta rel="config">
       
    13       		<not-defined condition="__SERIES60_30__"/>
       
    14       		<defined condition="__SERIES60_NATIVE_BROWSER"/>
       
    15       	</meta>
       
    16       		<!-- must have only one component. #include from a common bld.inf, or move up a directory and make scrsaverplugins a collection -->
       
    17         
       
    18 		<!--<unit bldFile="scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/"/>
       
    19         <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group/"/>-->
       
    20       </component>
       
    21       <component id="scrsaver_slideshowplugin" filter="s60" name="Screen Saver Slideshow Plugin" class="plugin">
       
    22       	<meta rel="config">
       
    23       		<defined condition="__SLIDESHOW_SCREENSAVER "/>
       
    24       	</meta>
       
    25         <!--<unit bldFile="scrsaver/scrsaverplugins/SlideshowPlugin/group"/>       -->
       
    26       </component>
       
    27       <component id="screensaveraiwplugin" filter="s60" name="Screen Saver AIW Plugin" class="plugin">
       
    28       	<meta rel="config">
       
    29       		<defined condition="RD_SCREENSAVERAIWPLUGIN  "/>
       
    30       	</meta>
       
    31         <!-- <unit bldFile="scrsaver/screensaveraiwplugin/group"/>-->
       
    32       </component>
       
    33     </collection>
       
    34     <collection id="screensaver_info" name="Screen Saver Apps Info" level="ui">
       
    35       <component id="screensaver_build" filter="s60" name="Screen Saver Application">
       
    36      		<!--the app should be a separate component --> 
       
    37         <unit bldFile="group"/>
       
    38       </component>
       
    39     </collection>
       
    40   </package>
       
    41 </SystemDefinition>