symbian3/app/jrt/package_definition_3.0.xml
branchHighFidelityModel
changeset 62 3142324011cf
parent 42 82a6c2dffce1
child 91 224aeb21180d
equal deleted inserted replaced
61:8ae69391a51a 62:3142324011cf
     3   <package id="jrt" name="Java Runtime" levels="util generic rt ui">
     3   <package id="jrt" name="Java Runtime" levels="util generic rt ui">
     4     <collection id="java_stubs" name="Java Stubs" level="util">
     4     <collection id="java_stubs" name="Java Stubs" level="util">
     5    	<meta rel="config">
     5    	<meta rel="config">
     6    		<defined condition="__JAVA_STUBS"/>
     6    		<defined condition="__JAVA_STUBS"/>
     7    	</meta>  
     7    	</meta>  
     8       <component id="javadrmutils" name="Java DRM Utils" filter="s60">
     8 	<!-- uncomment all components when configuration is in place. Currently #included from jrt_build -->
     9        <unit bldFile="java_stubs/jrtdrmutils/group"/>
     9       <component id="javadrmutils" name="Java DRM Utils" filter="s60,sf_build">
       
    10        <!--<unit bldFile="java_stubs/jrtdrmutils/group"/>-->
    10      </component>
    11      </component>
    11       <component id="javaenvinfo" name="Java Environment Info" filter="s60">
    12       <component id="javaenvinfo" name="Java Environment Info" filter="s60,sf_build">
    12        <unit bldFile="java_stubs/jrtenvinfo/group"/>
    13        <!--<unit bldFile="java_stubs/jrtenvinfo/group"/>-->
    13      </component>
    14      </component>
    14       <component id="javaregistry" filter="s60" name="Java Registry">
    15       <component id="javaregistry" filter="s60,sf_build" name="Java Registry">
    15         <unit bldFile="java_stubs/jrtregistry/clientserver/client/group"/>
    16         <!--<unit bldFile="java_stubs/jrtregistry/clientserver/client/group"/>-->
    16       </component>
    17       </component>
    17       <component id="java_stubs_build" filter="s60" name="Java Stubs ROM">
    18       <component id="java_stubs_build" filter="s60,sf_build" name="Java Stubs ROM">
    18 		<!-- Remove the #includes and rename JRT ROM-->
    19 		<!-- Remove the #includes and rename JRT ROM-->
    19         <unit bldFile="java_stubs/group"/>
    20         <!--<unit bldFile="java_stubs/group"/>-->
    20       </component>
    21       </component>
    21     </collection>
    22     </collection>
    22     <collection id="jrt_info" name="JRT Info" level="rt">
    23     <collection id="jrt_info" name="JRT Info" level="rt">
    23       <component id="jrt_plat" filter="s60" name="JRT Platform Interfaces" class="api">
    24       <component id="jrt_plat" filter="s60" name="JRT Platform Interfaces" class="api">
    24         <unit bldFile="jrt_plat/group"/>
    25         <unit bldFile="jrt_plat/group"/>
    25       </component>
    26       </component>
       
    27 		<component id="jrt_build" filter="s60" name="JRT Build">
       
    28 			<!--  needed for __JAVA_STUBS condition -->
       
    29 			<unit bldFile="group"/>
       
    30 		</component>
    26     </collection>
    31     </collection>
    27   </package>
    32   </package>
    28 </SystemDefinition>
    33 </SystemDefinition>