package_definition.xml
branchRCL_3
changeset 16 748ec5531811
parent 0 1fb32624e06b
child 17 336bee5c2d35
--- a/package_definition.xml	Wed Jun 09 11:40:52 2010 +0300
+++ b/package_definition.xml	Tue Aug 31 17:01:26 2010 +0300
@@ -2,13 +2,22 @@
 <SystemDefinition schema="3.0.0">
   <package id="textandloc" name="Text and Localisation Services" levels="encoding util fonts tools text">
     <collection id="charconvfw" name="Character Conversion" level="encoding">
-      <component id="charconv_fw" name="Character Encoding and Conversion Framework" purpose="optional">
+      <component id="charconv_fw" name="Character Encoding and Conversion Framework" purpose="mandatory" filter="api_test"> <!-- both production and api_test-->
+    	<meta rel="testbuild">
+          <group name="test.syslibs_charconv"/>
+        </meta>
         <unit bldFile="charconvfw/charconv_fw/group" mrp="charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
       </component>
-      <component id="charconvplugins" name="Character Encoding and Conversion Plugins" purpose="optional" class="plugin">
+      <component id="charconvplugins" name="Character Encoding and Conversion Plugins" purpose="optional" class="plugin" filter="apit_test">  <!-- both production and api_test-->
+    	<meta rel="testbuild">
+          <group name="test.syslibs_charconv_plugins"/>
+        </meta>
         <unit bldFile="charconvfw/charconvplugins/group" mrp="charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
       </component>
-      <component id="fatfilenameconversionplugins" name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" class="plugin">
+      <component id="fatfilenameconversionplugins" name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" class="plugin" filter="api_test">   <!-- both production and api_test-->
+    	<meta rel="testbuild">
+          <group name="test.syslibs_fatcharsetconv"/>
+        </meta>
         <unit bldFile="charconvfw/fatfilenameconversionplugins/group" mrp="charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
       </component>      
     </collection>
@@ -16,10 +25,13 @@
       <component id="iculayoutengine" name="ICU Layout Engine" introduced="9.2" purpose="optional" class="plugin">
         <unit bldFile="fontservices/textshaperplugin/group" mrp="fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
       </component>
-      <component id="fontstore" name="Font Store" purpose="mandatory">
+      <component id="fontstore" name="Font Store" purpose="mandatory" filter="api_test"> <!-- both production and api_test-->
+    	<meta rel="testbuild">
+          <group name="test.graphics_fntstore"/>
+        </meta>
         <unit bldFile="fontservices/fontstore/group" mrp="fontservices/fontstore/group/graphics_fntstore.mrp"/>
       </component>
-     <component id="textrendering" name="Text Rendering" purpose="mandatory">
+     <component id="textbase" name="Text Base" purpose="mandatory">
      	<!-- placeholder for text code from GDI -->
      </component>      
       <component id="freetypefontrasteriser" name="FreeType Font Rasteriser" purpose="optional" class="plugin">
@@ -30,10 +42,10 @@
       </component>
     </collection>
     <collection id="textlayout" name="Text Layout" level="text">
-      <component id="texthandling" name="Text Handling" purpose="optional">
+      <component id="texthandling" name="Text Handling" purpose="optional" deprecated="^4">
         <unit bldFile="textrendering/texthandling/group" mrp="textrendering/texthandling/group/app-framework_etext.mrp"/>
       </component>
-      <component id="textformatting" name="Text Formatting" purpose="optional">
+      <component id="textformatting" name="Text Formatting" purpose="optional" deprecated="^4">
         <unit bldFile="textrendering/textformatting/group" mrp="textrendering/textformatting/group/app-framework_form.mrp"/>
       </component>
       <component id="word" name="Word" purpose="development" filter="test">
@@ -41,36 +53,17 @@
       </component>
     </collection>
     <collection id="textandlocutils" name="Text and Localisation Utils" level="util">
-      <component id="localizer" filter="s60" name="Directory Localizer">
-        <!-- pending move to classicui/uiutils -->
-        <unit bldFile="charconvfw/localizer/group"/>
+      <component id="numbergrouping" name="Number Grouping" deprecated="^4">
+        <unit bldFile="textandlocutils/numbergrouping/group" mrp="textandlocutils/numbergrouping/group/tls_numbergrouping.mrp"/>
       </component>
-      <component id="findutil" filter="s60" name="Find Utility">
-        <!-- pending move to classicui/uiutils -->
-        <unit bldFile="charconvfw/findutil/group"/>
-      </component>
-      <component id="numbergrouping" filter="s60" name="Number Grouping">
-        <unit bldFile="charconvfw/numbergrouping/group"/>
-      </component>
-      <component id="gamerecognizer" filter="s60" name="Game Recognizer" class="plugin">
-        <!-- pending move to appsupport -->
-        <unit bldFile="charconvfw/gamerecognizer/group"/>
+      <component id="jplangutil" name="Japanese Language Utilities" deprecated="^4">
+        <unit bldFile="textandlocutils/jplangutil/group" mrp="textandlocutils/jplangutil/group/tls_jplangutil.mrp"/>
       </component>
-      <component id="jplangutil" filter="s60" name="Japanese Language Utilities">
-        <unit bldFile="charconvfw/jplangutil/group"/>
-      </component>
-      <component id="sortutil" filter="s60" name="Sorting Utility">
-        <unit bldFile="charconvfw/sortutil/group"/>
+      <component id="sortutil" name="Sorting Utility" deprecated="^4">
+        <unit bldFile="textandlocutils/sortutil/group" mrp="textandlocutils/sortutil/group/tls_sortutil.mrp"/>
       </component>
-      <component id="aknjapanesereading" filter="s60" name="Avkon Japanese Reading">
-        <!-- pending move to classicui/uiutils -->
-        <unit bldFile="charconvfw/aknjapanesereading/group"/>
-      </component>
-      <component id="inlinetext" filter="s60" name="Inline Text">
-        <unit bldFile="charconvfw/inlinetext/group"/>
-      </component>
-     <component id="nearestlangutil" name="Nearest Language Util" introduced="^2" purpose="mandatory">
-     	<!-- placeholder for split from bafl -->
+      <component id="inlinetext" name="Inline Text" deprecated="^4">
+        <unit bldFile="textandlocutils/inlinetext/group" mrp="textandlocutils/inlinetext/group/tls_inlinetext.mrp"/>
      </component>
       <component id="numberformatting" name="Number Formatting" introduced="7.0s" purpose="optional">
         <unit bldFile="textrendering/numberformatting/group" mrp="textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
@@ -80,7 +73,7 @@
       <component id="reflocales" name="Reference Locales"  purpose="optional" class="plugin">
         <unit bldFile="localisation/localesupport" mrp="localisation/localesupport/mmpfiles/base_loce32.mrp"/>
       </component>
-     <component id="initlocale" name="Initialise Locale" introduced="^2" purpose="mandatory">
+     <component id="initlocale" name="Initialise Locale" introduced="^2" purpose="mandatory" deprecated="^4">
      	<!-- placeholder for split from bafl -->
      </component>
     </collection>
@@ -93,18 +86,16 @@
       </component>
     </collection>    
     <collection id="textandloc_info" name="Text and Localisation Info" level="text">
-      <component id="textandloc_pub" filter="s60" name="Text and Localisation Public Interfaces" class="api">
-        <unit bldFile="textandloc_pub/group"/>
-        <!-- <unit bldFile="textandloc_pub/character_conversion_plugin_provider_api/tsrc/group"/> -->
-      </component>
-      <component id="textandloc_plat" filter="s60" name="Text and Localisation Platform Interfaces" class="api">
-        <unit bldFile="textandloc_plat/group"/>
-        <!-- <unit bldFile="textandloc_plat/findutil_api/tsrc/group"/> -->
-        <!-- <unit bldFile="textandloc_plat/sortutil_api/tsrc/group"/> -->
-      </component>
       <component id="textandloc_metadata" name="Text and Localisation Metadata" class="config" introduced="^2" purpose="development" target="desktop">
         <unit mrp="textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
       </component>
+      <component id="textandloc_graphicstestharness" name="Graphics Test Harness" introduced="8.1" purpose="development" filter="test,api_test">
+	  	<!-- this is not part of this package, it should not be refrerenced here -->
+    	<meta rel="testbuild">
+          <group name="test.graphics_testharness"/>
+        </meta>
+        <unit bldFile="../graphics/graphicstest/graphicstestharness/group"/>
+      </component>
     </collection>
   </package>
 </SystemDefinition>