symbian4/mw/qt/package_definition.xml
changeset 305 123e27c43968
child 320 7975a56cd8c7
equal deleted inserted replaced
304:34513d6de7cd 305:123e27c43968
       
     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="qt" level="generic" long-name="Qt" levels="tool mw app">
       
    57 <collection name="qtconf" long-name="Qt Config" level="tool">
       
    58 <component name="qt_deviceconfiguration" long-name="Qt Device Configuration" filter="qt_tools" introduced="^2" class="config tool">
       
    59 <unit bldFile="/sf/mw/qt/src/s60installs/deviceconfiguration"/>
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="qt_info" long-name="Qt Info" level="mw">
       
    63 <component name="qt_build" long-name="Qt Build" introduced="^2">
       
    64 <unit bldFile="/sf/mw/qt" proFile="projects.pro" qmakeArgs="-r -config sgimagelite_support"/>
       
    65 </component>
       
    66 </collection>
       
    67 <collection name="qtdemos" long-name="Qt Demos" level="app">
       
    68 <component name="qtdemos_build" long-name="Qt Demos Build" introduced="^2" filter="qtdemos">
       
    69 <unit bldFile="/sf/mw/qt/demos" proFile="demos.pro" qmakeArgs="-r"/>
       
    70 </component>
       
    71 </collection>
       
    72 <collection name="qtexamples" long-name="Qt Examples" level="app">
       
    73 <component name="qtexamples_build" long-name="Qt Examples Build" introduced="^2" filter="qtexamples">
       
    74 <unit bldFile="/sf/mw/qt/examples" proFile="examples.pro" qmakeArgs="-r"/>
       
    75 </component>
       
    76 </collection>
       
    77 <collection name="qt_tests" long-name="Qt Tests" level="app"/>
       
    78 </block>
       
    79   </layer>
       
    80  </systemModel>
       
    81 </SystemDefinition>