symbian4/os/textandloc/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 217 fcee787f22fe
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     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 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="os" long-name="OS" levels="hw services">
       
    79       <block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
       
    80         <collection name="textandloc_plat" long-name="Text and Localisation Platform Interfaces" level="text">
       
    81           <component name="findutil_api" long-name="Find Utility API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/os/textandloc/textandloc_plat/findutil_api/group"/>
       
    83           </component>
       
    84           <component name="japanese_language_utilities_api" long-name="Japanese Language Utilities API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/os/textandloc/textandloc_plat/japanese_language_utilities_api/group"/>
       
    86           </component>
       
    87           <component name="sortutil_api" long-name="Sorting Utility API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/os/textandloc/textandloc_plat/sortutil_api/group"/>
       
    89           </component>
       
    90         </collection>
       
    91         <collection name="textandloc_pub" long-name="Text and Localisation Public Interfaces" level="text">
       
    92           <component name="directory_localizer_api" long-name="Directory Localizer API" filter="s60" class="api">
       
    93             <unit bldFile="/sf/os/textandloc/textandloc_pub/directory_localizer_api/group"/>
       
    94           </component>
       
    95         </collection>
       
    96         <collection name="charconvfw" long-name="Character Conversion" level="encoding">
       
    97           <component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
       
    98             <unit bldFile="/sf/os/textandloc/charconvfw/charconv_fw/group" mrp="/sf/os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
       
    99           </component>
       
   100           <component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
       
   101             <unit bldFile="/sf/os/textandloc/charconvfw/charconvplugins/group" mrp="/sf/os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
       
   102           </component>
       
   103           <component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
       
   104             <unit bldFile="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group" mrp="/sf/os/textandloc/charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
       
   105           </component>
       
   106         </collection>
       
   107         <collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
       
   108           <component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
       
   109             <unit bldFile="/sf/os/textandloc/fontservices/textshaperplugin/group" mrp="/sf/os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
       
   110           </component>
       
   111           <component name="fontstore" long-name="Font Store" purpose="mandatory">
       
   112             <unit bldFile="/sf/os/textandloc/fontservices/fontstore/group" mrp="/sf/os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
       
   113           </component>
       
   114           <component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
       
   115             <!-- placeholder for text code from GDI -->
       
   116           </component>
       
   117           <component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
       
   118             <unit bldFile="/sf/os/textandloc/fontservices/freetypefontrasteriser/group" mrp="/sf/os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
       
   119           </component>
       
   120           <component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
       
   121             <unit bldFile="/sf/os/textandloc/fontservices/referencefonts/group" mrp="/sf/os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
       
   122           </component>
       
   123         </collection>
       
   124         <collection name="textlayout" long-name="Text Layout" level="text">
       
   125           <component name="texthandling" long-name="Text Handling" purpose="optional">
       
   126             <unit bldFile="/sf/os/textandloc/textrendering/texthandling/group" mrp="/sf/os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
       
   127           </component>
       
   128           <component name="textformatting" long-name="Text Formatting" purpose="optional">
       
   129             <unit bldFile="/sf/os/textandloc/textrendering/textformatting/group" mrp="/sf/os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
       
   130           </component>
       
   131           <component name="word" long-name="Word" purpose="development" filter="test">
       
   132             <unit mrp="/sf/os/textandloc/textrendering/word/group/app-framework_word.mrp" bldFile="/sf/os/textandloc/textrendering/word/group"/>
       
   133           </component>
       
   134         </collection>
       
   135         <collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
       
   136           <!-- components in this collection need to be moved to the right collection.
       
   137     		Either move into the units' directories, or create a new textandlocutils directory -->
       
   138           <component name="numbergrouping" filter="s60" long-name="Number Grouping">
       
   139             <unit bldFile="/sf/os/textandloc/charconvfw/numbergrouping/group"/>
       
   140           </component>
       
   141           <component name="jplangutil" filter="s60" long-name="Japanese Language Utilities">
       
   142             <unit bldFile="/sf/os/textandloc/charconvfw/jplangutil/group"/>
       
   143           </component>
       
   144           <component name="sortutil" filter="s60" long-name="Sorting Utility">
       
   145             <unit bldFile="/sf/os/textandloc/charconvfw/sortutil/group"/>
       
   146           </component>
       
   147           <component name="inlinetext" filter="s60" long-name="Inline Text">
       
   148             <unit bldFile="/sf/os/textandloc/charconvfw/inlinetext/group"/>
       
   149           </component>
       
   150           <component name="nearestlangutil" long-name="Nearest Language Util" introduced="^2" purpose="mandatory" class="placeholder">
       
   151             <!-- placeholder for split from bafl -->
       
   152           </component>
       
   153           <component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
       
   154             <unit bldFile="/sf/os/textandloc/textrendering/numberformatting/group" mrp="/sf/os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
       
   155           </component>
       
   156         </collection>
       
   157         <collection name="localesupport" long-name="Locale Support" level="util">
       
   158           <component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
       
   159             <unit bldFile="/sf/os/textandloc/localisation/localesupport" mrp="/sf/os/textandloc/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
       
   160           </component>
       
   161           <component name="initlocale" long-name="Initialise Locale" introduced="^2" purpose="mandatory" class="placeholder">
       
   162             <!-- placeholder for split from bafl -->
       
   163           </component>
       
   164         </collection>
       
   165         <collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
       
   166           <component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
       
   167             <!-- placeholder for split from GDI Tools -->
       
   168           </component>
       
   169           <component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
       
   170             <unit bldFile="/sf/os/graphics/graphicstools/bitmapfonttools/group" mrp="/sf/os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
       
   171           </component>
       
   172         </collection>
       
   173         <collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
       
   174           <component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="^2" purpose="development" class="config PC">
       
   175             <unit mrp="/sf/os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
       
   176           </component>
       
   177         </collection>
       
   178       </block>
       
   179     </layer>
       
   180   </systemModel>
       
   181 </SystemDefinition>