symbian4/mw/qtextensions/package_definition.xml
changeset 299 6ca67c40a421
parent 298 dcba9dbd7905
child 300 1ab807b37521
equal deleted inserted replaced
298:dcba9dbd7905 299:6ca67c40a421
     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^4" schema="2.0.1">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="qtextensions" level="generic" long-name="Qt Extensions" levels="tool mw app">
       
    57 <collection name="qtecomplugins" long-name="Qt ECom Plugins" level="app">
       
    58 <component name="qtecomplugins_build" filter="qtecomplugins" long-name="Qt ECom Plugin" purpose="development" introduced="^4" plugin="Y">
       
    59 <unit bldFile="/sf/mw/qtextensions/qtecomplugins" proFile="qtecomplugins.pro" qmakeArgs="-r"/>
       
    60 </component>
       
    61 <component name="qtextensions_examples" filter="qtextensionsexamples" long-name="Qt ECom Plugin Examples" purpose="development" introduced="^4">
       
    62 <unit bldFile="/sf/mw/qtextensions/qtecomplugins/examples" proFile="examples.pro" qmakeArgs="-r"/>
       
    63 </component>
       
    64 </collection>
       
    65 <collection name="qthighway" long-name="Qt Highway" level="app">
       
    66 <component name="qthighway_build" filter="qthighway" long-name="Qt Highway" purpose="development" introduced="^4">
       
    67 <unit bldFile="/sf/mw/qtextensions/qthighway" proFile="qthighway.pro" qmakeArgs="-r"/>
       
    68 </component>
       
    69 <component name="qthighway_examples" filter="qtextensionsexamples" long-name="Qt Highway Examples" purpose="development" introduced="^4">
       
    70 <unit bldFile="/sf/mw/qtextensions/qthighway/examples" proFile="examples.pro" qmakeArgs="-r"/>
       
    71 </component>
       
    72 </collection>
       
    73 <collection name="qtmobileextensions" long-name="Qt Mobile Extensions" level="app">
       
    74 <component name="qtmobileextensions_build" filter="qtextension" long-name="Qt Mobile Extensions" purpose="development" introduced="^4">
       
    75 <unit bldFile="/sf/mw/qtextensions/qtmobileextensions" proFile="qtmobileextensions.pro" qmakeArgs="-r"/>
       
    76 </component>
       
    77 <component name="qtmobileextensions_examples" filter="qtextensionsexamples" long-name="Qt Mobile Extensions Examples" purpose="development" introduced="^4">
       
    78 <unit bldFile="/sf/mw/qtextensions/qtmobileextensions/examples" proFile="examples.pro" qmakeArgs="-r"/>
       
    79 </component>
       
    80 </collection>
       
    81 <collection name="qtmobility" long-name="Qt Mobility" level="mw">
       
    82 <component name="qtmobility_build" filter="qtmobility" long-name="Qt Mobility" purpose="development" introduced="^4">
       
    83 <unit bldFile="/sf/mw/qtextensions/qtmobility" proFile="qtmobility.pro" qmakeArgs="-r"/>
       
    84 </component>
       
    85 <component name="qtmobility_examples" filter="qtextensionsexamples" long-name="Qt Mobility Examples" purpose="development" introduced="^4">
       
    86 <unit bldFile="/sf/mw/qtextensions/qtmobility/examples" proFile="examples.pro" qmakeArgs="-r"/>
       
    87 </component>
       
    88 </collection>
       
    89 <collection name="qhbstyle" level="mw" long-name="Qt Orbit Style">
       
    90 <component name="qhbstyle_build" long-name="Qt Orbit Style Build" introduced="^4">
       
    91 <unit bldFile="/sf/mw/qtextensions/qhbstyle" qmakeArgs="-r" proFile="qhbstyle.pro"/>
       
    92 </component>
       
    93 </collection>
       
    94 <collection name="qtextensions_info" long-name="Qt Extensions Info" level="app">
       
    95 <component name="qtextensions_conf" long-name="Qt Extensions Confgure" introduced="^4" filter="qt_tools" class="conf">
       
    96 <unit bldFile="/sf/mw/qtextensions/group"/>
       
    97 </component>
       
    98 <component name="qtextensions_build" long-name="Qt Extensions Build" introduced="^4">
       
    99 <!-- break this up into the above collections-->
       
   100 <unit bldFile="/sf/mw/qtextensions" proFile="qtextensions.pro" qmakeArgs="-r"/>
       
   101 </component>
       
   102 </collection>
       
   103 </block>
       
   104   </layer>
       
   105  </systemModel>
       
   106 </SystemDefinition>