symbian3/os/buildtools/package_definition.xml
changeset 304 34513d6de7cd
child 354 8a720eca298e
equal deleted inserted replaced
300:1ab807b37521 304:34513d6de7cd
       
     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^3">
       
    54  <systemModel>
       
    55   <layer name="os" long-name="OS" levels="hw services">
       
    56    <block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
       
    57 <collection name="bldsystemtools" long-name="Build System Tools" level="bld">
       
    58 <component name="sysdeftools" long-name="System Definition Tools" purpose="development" introduced="^2">
       
    59 <unit mrp="/sf/os/buildtools/bldsystemtools/sysdeftools/group/sysdeftools.mrp"/>
       
    60 </component>
       
    61 <component name="commonbldutils" long-name="Common Utils" purpose="development">
       
    62 <unit mrp="/sf/os/buildtools/bldsystemtools/commonbldutils/tools_utils_common.mrp"/>
       
    63 </component>
       
    64 </collection>
       
    65 <collection name="toolsandutils" long-name="Tools and Utils" level="mw">
       
    66 <component name="productionbldtools" long-name="Production Build Tools" filter="gt" purpose="development">
       
    67 <unit mrp="/sf/os/buildtools/toolsandutils/productionbldtools/product_tools.mrp"/>
       
    68 </component>
       
    69 <component name="e32tools" long-name="E32 Tools" deprecated="^2" purpose="development" class="PC">
       
    70 <unit bldFile="/sf/os/buildtools/toolsandutils/e32tools/group" mrp="/sf/os/buildtools/toolsandutils/e32tools/group/tools_e32tools.mrp"/>
       
    71 </component>
       
    72 <component name="autotest" long-name="Autotest" purpose="development">
       
    73 <unit bldFile="/sf/os/buildtools/toolsandutils/autotest/group" mrp="/sf/os/buildtools/toolsandutils/autotest/group/tools_autotest.mrp"/>
       
    74 </component>
       
    75 </collection>
       
    76 <collection name="sbsv1_os" long-name="Symbian Build System v1" level="fw">
       
    77 <component name="e32toolp" long-name="E32 Perl Tools" purpose="development" filter="sf_build" class="PC">
       
    78 <unit mrp="/sf/os/buildtools/sbsv1_os/e32toolp/group/tools_e32toolp.mrp" bldFile="/sf/os/buildtools/sbsv1_os/e32toolp/group"/>
       
    79 </component>
       
    80 </collection>
       
    81 <collection name="imgtools_os" long-name="Image Tools" level="fw">
       
    82 <component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="^2" purpose="development">
       
    83 <unit bldFile="/sf/os/buildtools/imgtools_os/romkiteka2/group" mrp="/sf/os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
       
    84 </component>
       
    85 </collection>
       
    86 <collection name="misccomponents" long-name="Misc Components" level="mw">
       
    87 <component name="emulatorlauncher" long-name="Emulator Launcher" filter="gt" purpose="development">
       
    88 <unit bldFile="/sf/os/buildtools/misccomponents/emulatorlauncher/group" mrp="/sf/os/buildtools/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp"/>
       
    89 </component>
       
    90 </collection>
       
    91 <collection name="buildtools_info" long-name="Build Tools Info" level="ui">
       
    92 <component name="buildtools_metadata" long-name="Build Tools Metadata" introduced="^2" purpose="development" class="config PC">
       
    93 <unit mrp="/sf/os/buildtools/buildtools_info/buildtools_metadata/buildtools_metadata.mrp"/>
       
    94 </component>
       
    95 </collection>
       
    96 </block>
       
    97   </layer>
       
    98  </systemModel>
       
    99 </SystemDefinition>