symbian4/os/buildtools/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 150 8d58b930d36e
equal deleted inserted replaced
245:30e67220bf86 246:f99f9ea9b39f
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3   <package id="buildtools" name="Build Tools" levels="bld mw fw ui">
     4 <!ATTLIST SystemDefinition
     4     <collection id="bldsystemtools" name="Build System Tools" level="bld">
     5   name CDATA #REQUIRED
     5       <component id="sysdeftools" name="System Definition Tools" purpose="development" introduced="^2">
     6   schema CDATA #REQUIRED
     6         <unit mrp="bldsystemtools/sysdeftools/group/sysdeftools.mrp"/>
     7 >
     7       </component>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8       <component id="commonbldutils" name="Common Utils" purpose="development">
     9 
     9         <unit mrp="bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
    10 <!-- System Model Section of DTD -->
    10       </component>
    11 <!ELEMENT systemModel (layer+)>
    11     </collection>
    12 
    12     <collection id="toolsandutils" name="Tools and Utils" level="mw">
    13 <!ELEMENT layer (block* | collection*)*>
    13       <component id="productionbldtools" name="Production Build Tools" filter="gt" purpose="development">
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14         <unit mrp="toolsandutils/productionbldtools/product_tools.mrp"/>
    15 <!ATTLIST layer
    15       </component>
    16   name CDATA #REQUIRED
    16       <component id="e32tools" name="E32 Tools" deprecated="^2" purpose="development" target="desktop">
    17   long-name CDATA #IMPLIED
    17         <unit bldFile="toolsandutils/e32tools/group" mrp="toolsandutils/e32tools/group/tools_e32tools.mrp"/>
    18   levels NMTOKENS #IMPLIED
    18       </component>
    19   span CDATA #IMPLIED
    19       <component id="wintunnel" name="Wintunnel" purpose="development" filter="test">
    20 >
    20         <unit mrp="toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp" bldFile="toolsandutils/wintunnel/group"/>
    21 
    21       </component>
    22 <!ELEMENT block (subblock* | collection*)*>
    22       <component id="autotest" name="Autotest" purpose="development">
    23  <!-- Generic OS services, Comms Services, etc -->
    23         <unit bldFile="toolsandutils/autotest/group" mrp="toolsandutils/autotest/group/tools_autotest.mrp"/>
    24 <!ATTLIST block
    24       </component>
    25   levels NMTOKENS #IMPLIED
    25     </collection>
    26   span CDATA #IMPLIED
    26     <collection id="sbsv1_os" name="Symbian Build System v1" level="fw">
    27   level NMTOKEN #IMPLIED
    27       <component id="e32toolp" name="E32 Perl Tools" purpose="development" target="desktop" filter="sf_build">
    28   name CDATA #REQUIRED
    28         <unit mrp="sbsv1_os/e32toolp/group/tools_e32toolp.mrp" bldFile="sbsv1_os/e32toolp/group"/>
    29   long-name CDATA #IMPLIED
    29       </component>
    30 >
    30 	 </collection>
    31 
    31 	 <collection id="imgtools_os" name="Image Tools" level="fw">
    32 <!ELEMENT subblock (collection)*>
    32       <component id="romkiteka2" name="ROMKIT EKA2" deprecated="^2" purpose="development">
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33         <unit bldFile="imgtools_os/romkiteka2/group" mrp="imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
    34 <!ATTLIST subblock
    34       </component>
    35   name CDATA #REQUIRED
    35     </collection>
    36   long-name CDATA #IMPLIED
    36     <collection id="misccomponents" name="Misc Components" level="mw">
    37 >
    37       <component id="emulatorlauncher" name="Emulator Launcher" filter="gt" purpose="development">
    38 
    38         <unit bldFile="misccomponents/emulatorlauncher/group" mrp="misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
    39 <!ELEMENT collection (component)*>
    39       </component>
    40 <!-- Screen Driver, Content Handling, etc -->
    40     </collection>
    41 <!ATTLIST collection
    41     <collection id="buildtools_info" name="Build Tools Info" level="ui">
    42   name CDATA #REQUIRED
    42       <component id="buildtools_metadata" name="Build Tools Metadata" class="config" introduced="^2" purpose="development" target="desktop">
    43   long-name CDATA #IMPLIED
    43         <unit mrp="buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
    44   level NMTOKEN #IMPLIED
    44       </component>
    45 >
    45     </collection>
    46 
    46   </package>
    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="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
       
    80         <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
       
    81           <component name="sysdeftools" long-name="System Definition Tools" purpose="development" introduced="^2">
       
    82             <unit mrp="/sf/os/buildtools/bldsystemtools/sysdeftools/group/sysdeftools.mrp"/>
       
    83           </component>
       
    84           <component name="commonbldutils" long-name="Common Utils" purpose="development">
       
    85             <unit mrp="/sf/os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
       
    86           </component>
       
    87         </collection>
       
    88         <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
       
    89           <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
       
    90             <unit mrp="/sf/os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
       
    91           </component>
       
    92           <component name="e32tools" long-name="E32 Tools" deprecated="^2" purpose="development" class="PC">
       
    93             <unit bldFile="/sf/os/buildtools/toolsandutils/e32tools/group" mrp="/sf/os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
       
    94           </component>
       
    95           <component name="wintunnel" long-name="Wintunnel" purpose="development" filter="test">
       
    96             <unit mrp="/sf/os/buildtools/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp" bldFile="/sf/os/buildtools/toolsandutils/wintunnel/group"/>
       
    97           </component>
       
    98           <component name="autotest" long-name="Autotest" purpose="development">
       
    99             <unit bldFile="/sf/os/buildtools/toolsandutils/autotest/group" mrp="/sf/os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
       
   100           </component>
       
   101         </collection>
       
   102         <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
       
   103           <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" filter="sf_build" class="PC">
       
   104             <unit mrp="/sf/os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp" bldFile="/sf/os/buildtools/sbsv1_os/e32toolp/group"/>
       
   105           </component>
       
   106         </collection>
       
   107         <collection name="imgtools_os" long-name="Image Tools" level="fw">
       
   108           <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="^2" purpose="development">
       
   109             <unit bldFile="/sf/os/buildtools/imgtools_os/romkiteka2/group" mrp="/sf/os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
       
   110           </component>
       
   111         </collection>
       
   112         <collection name="misccomponents" long-name="Misc Components" level="mw">
       
   113           <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
       
   114             <unit bldFile="/sf/os/buildtools/misccomponents/emulatorlauncher/group" mrp="/sf/os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
       
   115           </component>
       
   116         </collection>
       
   117         <collection name="buildtools_info" long-name="Build Tools Info" level="ui">
       
   118           <component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="^2" purpose="development" class="config PC">
       
   119             <unit mrp="/sf/os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
       
   120           </component>
       
   121         </collection>
       
   122       </block>
       
   123     </layer>
       
   124   </systemModel>
       
   125 </SystemDefinition>
    47 </SystemDefinition>