tip_pbc/os/textandloc/package_definition.xml
changeset 355 0357197762a6
child 361 e1a3c78941f2
equal deleted inserted replaced
354:8a720eca298e 355:0357197762a6
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel)>
       
     4  <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED>
       
     7  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition schema="2.0.1" name="Symbian^4">
       
    54  <systemModel>
       
    55   <layer name="os" long-name="OS" levels="hw services">
       
    56    <block name="textandloc" level="services" levels="encoding util fonts tools text" long-name="Text and Localisation Services">
       
    57 <collection name="charconvfw" long-name="Character Conversion" level="encoding">
       
    58 <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" filter="api_test" purpose="optional">
       
    59 <!-- both production and api_test-->
       
    60 <unit bldFile="/sf/os/textandloc/charconvfw/charconv_fw/group" mrp="/sf/os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
       
    61 </component>
       
    62 <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" filter="apit_test" purpose="optional" plugin="Y">
       
    63 <!-- both production and api_test-->
       
    64 <unit bldFile="/sf/os/textandloc/charconvfw/charconvplugins/group" mrp="/sf/os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
       
    65 </component>
       
    66 <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" filter="api_test" purpose="optional" plugin="Y">
       
    67 <!-- both production and api_test-->
       
    68 <unit bldFile="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group" mrp="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
       
    69 </component>
       
    70 </collection>
       
    71 <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
       
    72 <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" deprecated="^4" purpose="optional" plugin="Y">
       
    73 <unit bldFile="/sf/os/textandloc/fontservices/textshaperplugin/group" mrp="/sf/os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
       
    74 </component>
       
    75 <component name="fontstore" long-name="Font Store" filter="api_test" purpose="mandatory">
       
    76 <!-- both production and api_test-->
       
    77 <unit bldFile="/sf/os/textandloc/fontservices/fontstore/group" mrp="/sf/os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
       
    78 </component>
       
    79 <component name="textbase" long-name="Text Base" purpose="mandatory" class="placeholder">
       
    80 <!-- placeholder for text code from GDI -->
       
    81 </component>
       
    82 <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
       
    83 <unit bldFile="/sf/os/textandloc/fontservices/freetypefontrasteriser/group" mrp="/sf/os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
       
    84 </component>
       
    85 <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
       
    86 <unit bldFile="/sf/os/textandloc/fontservices/referencefonts/group" mrp="/sf/os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
       
    87 </component>
       
    88 </collection>
       
    89 <collection name="textlayout" long-name="Text Layout" level="text">
       
    90 <component name="texthandling" long-name="Text Handling" purpose="optional">
       
    91 <unit bldFile="/sf/os/textandloc/textrendering/texthandling/group" mrp="/sf/os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
       
    92 </component>
       
    93 <component name="textformatting" long-name="Text Formatting" purpose="optional">
       
    94 <unit bldFile="/sf/os/textandloc/textrendering/textformatting/group" mrp="/sf/os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
       
    95 </component>
       
    96 </collection>
       
    97 <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
       
    98 <component name="numbergrouping" long-name="Number Grouping" purpose="optional">
       
    99 <unit bldFile="/sf/os/textandloc/textandlocutils/numbergrouping/group" mrp="/sf/os/textandloc/textandlocutils/numbergrouping/group/tls_numbergrouping.mrp"/>
       
   100 </component>
       
   101 <component name="jplangutil" long-name="Japanese Language Utilities" purpose="optional">
       
   102 <unit bldFile="/sf/os/textandloc/textandlocutils/jplangutil/group" mrp="/sf/os/textandloc/textandlocutils/jplangutil/group/tls_jplangutil.mrp"/>
       
   103 </component>
       
   104 <component name="sortutil" long-name="Sorting Utility" purpose="optional">
       
   105 <unit bldFile="/sf/os/textandloc/textandlocutils/sortutil/group" mrp="/sf/os/textandloc/textandlocutils/sortutil/group/tls_sortutil.mrp"/>
       
   106 </component>
       
   107 <component name="inlinetext" long-name="Inline Text" purpose="optional">
       
   108 <unit bldFile="/sf/os/textandloc/textandlocutils/inlinetext/group" mrp="/sf/os/textandloc/textandlocutils/inlinetext/group/tls_inlinetext.mrp"/>
       
   109 </component>
       
   110 <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
       
   111 <unit bldFile="/sf/os/textandloc/textrendering/numberformatting/group" mrp="/sf/os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
       
   112 </component>
       
   113 </collection>
       
   114 <collection name="localesupport" long-name="Locale Support" level="util">
       
   115 <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
       
   116 <unit bldFile="/sf/os/textandloc/localisation/localesupport" mrp="/sf/os/textandloc/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
       
   117 </component>
       
   118 <component name="initlocale" long-name="Initialise Locale" introduced="^2" purpose="mandatory" class="placeholder">
       
   119 <!-- placeholder for split from bafl -->
       
   120 </component>
       
   121 </collection>
       
   122 <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
       
   123 <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
       
   124 <!-- placeholder for split from GDI Tools -->
       
   125 </component>
       
   126 <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
       
   127 <unit bldFile="/sf/os/graphics/graphicstools/bitmapfonttools/group" mrp="/sf/os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
       
   128 </component>
       
   129 </collection>
       
   130 <collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
       
   131 <component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="^2" purpose="development" class="config PC">
       
   132 <unit mrp="/sf/os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
       
   133 </component>
       
   134 </collection>
       
   135 </block>
       
   136   </layer>
       
   137  </systemModel>
       
   138 </SystemDefinition>