symbian3/os/textandloc/package_definition.xml
changeset 221 8a4e19e9409a
parent 220 8e654e2b9afc
child 224 535757f33d07
equal deleted inserted replaced
220:8e654e2b9afc 221:8a4e19e9409a
     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 name="Symbian^3" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="os" long-name="OS" levels="hw services">
       
    56 <block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
       
    57 <collection name="textandloc_plat" long-name="Text and Localisation Platform Interfaces" level="text">
       
    58 <component name="findutil_api" long-name="Find Utility API" filter="s60" class="api">
       
    59 <unit bldFile="/sf/os/textandloc/textandloc_plat/findutil_api/group"/>
       
    60 </component>
       
    61 <component name="japanese_language_utilities_api" long-name="Japanese Language Utilities API" filter="s60" class="api">
       
    62 <unit bldFile="/sf/os/textandloc/textandloc_plat/japanese_language_utilities_api/group"/>
       
    63 </component>
       
    64 <component name="sortutil_api" long-name="Sorting Utility API" filter="s60" class="api">
       
    65 <unit bldFile="/sf/os/textandloc/textandloc_plat/sortutil_api/group"/>
       
    66 </component>
       
    67 </collection>
       
    68 <collection name="textandloc_pub" long-name="Text and Localisation Public Interfaces" level="text">
       
    69 <component name="directory_localizer_api" long-name="Directory Localizer API" filter="s60" class="api">
       
    70 <unit bldFile="/sf/os/textandloc/textandloc_pub/directory_localizer_api/group"/>
       
    71 </component>
       
    72 </collection>
       
    73 <collection name="charconvfw" long-name="Character Conversion" level="encoding">
       
    74 <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
       
    75 <unit bldFile="/sf/os/textandloc/charconvfw/charconv_fw/group" mrp="/sf/os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
       
    76 </component>
       
    77 <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
       
    78 <unit bldFile="/sf/os/textandloc/charconvfw/charconvplugins/group" mrp="/sf/os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
       
    79 </component>
       
    80 <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
       
    81 <unit bldFile="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group" mrp="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
       
    82 </component>
       
    83 </collection>
       
    84 <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
       
    85 <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
       
    86 <unit bldFile="/sf/os/textandloc/fontservices/textshaperplugin/group" mrp="/sf/os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
       
    87 </component>
       
    88 <component name="fontstore" long-name="Font Store" purpose="mandatory">
       
    89 <unit bldFile="/sf/os/textandloc/fontservices/fontstore/group" mrp="/sf/os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
       
    90 </component>
       
    91 <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
       
    92 <!-- placeholder for text code from GDI -->
       
    93 </component>
       
    94 <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
       
    95 <unit bldFile="/sf/os/textandloc/fontservices/freetypefontrasteriser/group" mrp="/sf/os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
       
    96 </component>
       
    97 <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
       
    98 <unit bldFile="/sf/os/textandloc/fontservices/referencefonts/group" mrp="/sf/os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
       
    99 </component>
       
   100 </collection>
       
   101 <collection name="textlayout" long-name="Text Layout" level="text">
       
   102 <component name="texthandling" long-name="Text Handling" purpose="optional">
       
   103 <unit bldFile="/sf/os/textandloc/textrendering/texthandling/group" mrp="/sf/os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
       
   104 </component>
       
   105 <component name="textformatting" long-name="Text Formatting" purpose="optional">
       
   106 <unit bldFile="/sf/os/textandloc/textrendering/textformatting/group" mrp="/sf/os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
       
   107 </component>
       
   108 </collection>
       
   109 <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
       
   110 <!-- components in this collection need to be moved to the right collection.
       
   111     		Either move into the units' directories, or create a new textandlocutils directory -->
       
   112 <component name="numbergrouping" filter="s60" long-name="Number Grouping">
       
   113 <unit bldFile="/sf/os/textandloc/charconvfw/numbergrouping/group"/>
       
   114 </component>
       
   115 <component name="jplangutil" filter="s60" long-name="Japanese Language Utilities">
       
   116 <unit bldFile="/sf/os/textandloc/charconvfw/jplangutil/group"/>
       
   117 </component>
       
   118 <component name="sortutil" filter="s60" long-name="Sorting Utility">
       
   119 <unit bldFile="/sf/os/textandloc/charconvfw/sortutil/group"/>
       
   120 </component>
       
   121 <component name="inlinetext" filter="s60" long-name="Inline Text">
       
   122 <unit bldFile="/sf/os/textandloc/charconvfw/inlinetext/group"/>
       
   123 </component>
       
   124 <component name="nearestlangutil" long-name="Nearest Language Util" introduced="^2" purpose="mandatory" class="placeholder">
       
   125 <!-- placeholder for split from bafl -->
       
   126 </component>
       
   127 <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
       
   128 <unit bldFile="/sf/os/textandloc/textrendering/numberformatting/group" mrp="/sf/os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
       
   129 </component>
       
   130 </collection>
       
   131 <collection name="localesupport" long-name="Locale Support" level="util">
       
   132 <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
       
   133 <unit bldFile="/sf/os/textandloc/localisation/localesupport" mrp="/sf/os/textandloc/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
       
   134 </component>
       
   135 <component name="initlocale" long-name="Initialise Locale" introduced="^2" purpose="mandatory" class="placeholder">
       
   136 <!-- placeholder for split from bafl -->
       
   137 </component>
       
   138 </collection>
       
   139 <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
       
   140 <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
       
   141 <!-- placeholder for split from GDI Tools -->
       
   142 </component>
       
   143 <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
       
   144 <unit bldFile="/sf/os/graphics/graphicstools/bitmapfonttools/group" mrp="/sf/os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
       
   145 </component>
       
   146 </collection>
       
   147 <collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
       
   148 <component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="^2" purpose="development" class="config PC">
       
   149 <unit mrp="/sf/os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
       
   150 </component>
       
   151 </collection>
       
   152 </block>
       
   153 </layer>
       
   154 </systemModel>
       
   155 </SystemDefinition>