symbian4/mw/qt/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 237 20ccef6d91dd
child 316 079a06b9ec58
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" xmlns:qt="http://www.nokia.com/qt">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3 	<!-- qt:qmakeArgs attribute is an unsupported extension used as temporary hack to get this to work with abld.
     4 <!ATTLIST SystemDefinition
     4 		This will be removed when sbsv2 builds are working -->
     5   name CDATA #REQUIRED
     5   <package id="qt" name="Qt" levels="tool mw app">
     6   schema CDATA #REQUIRED
     6     <collection id="qtconf" name="Qt Config" level="tool">
     7 >
     7             <component id="qt_deviceconfiguration" name="Qt Device Configuration" class="config tool" filter="qt_tools" introduced="^2">
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8                 <unit bldFile="src/s60installs/deviceconfiguration"/>
     9 
     9             </component>
    10 <!-- System Model Section of DTD -->
    10     </collection>
    11 <!ELEMENT systemModel (layer+)>
    11     <collection id="qt_info" name="Qt Info" level="mw">
    12 
    12             <component id="qt_build" name="Qt Build" introduced="^2">
    13 <!ELEMENT layer (block* | collection*)*>
    13   		        <unit bldFile="." qt:proFile="projects.pro" qt:qmakeArgs="-r -config sgimagelite_support"/>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14             </component>
    15 <!ATTLIST layer
    15     </collection>
    16   name CDATA #REQUIRED
    16     <collection id="qtdemos" name="Qt Demos" level="app">
    17   long-name CDATA #IMPLIED
    17             <component id="qtdemos_build" name="Qt Demos Build" introduced="^2" filter="qtdemos">
    18   levels NMTOKENS #IMPLIED
    18                 <unit bldFile="demos" qt:proFile="demos.pro" qt:qmakeArgs="-r"/>
    19   span CDATA #IMPLIED
    19             </component>
    20 >
    20     </collection>
    21 
    21     <collection id="qtexamples" name="Qt Examples" level="app">
    22 <!ELEMENT block (subblock* | collection*)*>
    22             <component id="qtexamples_build" name="Qt Examples Build" introduced="^2"  filter="qtexamples">
    23  <!-- Generic OS services, Comms Services, etc -->
    23                 <unit bldFile="examples" qt:proFile="examples.pro" qt:qmakeArgs="-r"/>
    24 <!ATTLIST block
    24             </component>
    25   levels NMTOKENS #IMPLIED
    25     </collection>
    26   span CDATA #IMPLIED
    26     <collection id="qt_tests" name="Qt Tests" level="app">
    27   level NMTOKEN #IMPLIED
    27             <component id="qttestsauto" name="Qt Automated Tests" introduced="^2"  filter="qttestsauto,test">
    28   name CDATA #REQUIRED
    28                 <unit bldFile="tests/auto"  qt:proFile="qtpauto.pro" qt:makeArgs="-r"/>
    29   long-name CDATA #IMPLIED
    29             </component>
    30 >
    30             <component id="qttestsbenchmarks" name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks,test">
    31 
    31                 <unit bldFile="tests/benchmarks" qt:proFile="benchmarks.pro" qt:qmakeArgs="-r"/>
    32 <!ELEMENT subblock (collection)*>
    32             </component>
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33     </collection>
    34 <!ATTLIST subblock
    34   </package>
    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="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="qt" level="generic" long-name="Qt" levels="tool mw app">
       
    80         <collection name="qtconf" long-name="Qt Config" level="tool">
       
    81           <component name="qt_deviceconfiguration" long-name="Qt Device Configuration" filter="qt_tools" introduced="^2" class="config tool">
       
    82             <unit bldFile="/sf/mw/qt/src/s60installs/deviceconfiguration"/>
       
    83           </component>
       
    84         </collection>
       
    85         <collection name="qt_info" long-name="Qt Info" level="mw">
       
    86           <component name="qt_build" long-name="Qt Build" introduced="^2">
       
    87             <unit bldFile="/sf/mw/qt/." proFile="projects.pro" qmakeArgs="&quot;QMAKE_MOC=/epoc32/tools/qt/moc.exe&quot; &quot;QMAKE_RCC=/epoc32/tools/qt/rcc.exe&quot; &quot;QMAKE_UIC=/epoc32/tools/qt/uic.exe&quot; -r"/>
       
    88           </component>
       
    89         </collection>
       
    90         <collection name="qtdemos" long-name="Qt Demos" level="app">
       
    91           <component name="qtdemos_build" long-name="Qt Demos Build" introduced="^2" filter="qtdemos">
       
    92             <unit bldFile="/sf/mw/qt/demos" proFile="demos.pro" qmakeArgs="&quot;QMAKE_MOC=/epoc32/tools/qt/moc.exe&quot; &quot;QMAKE_RCC=/epoc32/tools/qt/rcc.exe&quot; &quot;QMAKE_UIC=/epoc32/tools/qt/uic.exe&quot; -r"/>
       
    93           </component>
       
    94         </collection>
       
    95         <collection name="qtexamples" long-name="Qt Examples" level="app">
       
    96           <component name="qtexamples_build" long-name="Qt Examples Build" introduced="^2" filter="qtexamples">
       
    97             <unit bldFile="/sf/mw/qt/examples" proFile="examples.pro" qmakeArgs="&quot;QMAKE_MOC=/epoc32/tools/qt/moc.exe&quot; &quot;QMAKE_RCC=/epoc32/tools/qt/rcc.exe&quot; &quot;QMAKE_UIC=/epoc32/tools/qt/uic.exe&quot; -r"/>
       
    98           </component>
       
    99         </collection>
       
   100         <collection name="qt_tests" long-name="Qt Tests" level="app">
       
   101           <component name="qttestsauto" long-name="Qt Automated Tests" introduced="^2" filter="qttestsauto">
       
   102             <unit bldFile="/sf/mw/qt/tests/auto" proFile="qtpauto.pro"/>
       
   103           </component>
       
   104           <component name="qttestsbenchmarks" long-name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks">
       
   105             <unit bldFile="/sf/mw/qt/tests/benchmarks" proFile="benchmarks.pro" qmakeArgs="&quot;QMAKE_MOC=/epoc32/tools/qt/moc.exe&quot; &quot;QMAKE_RCC=/epoc32/tools/qt/rcc.exe&quot; &quot;QMAKE_UIC=/epoc32/tools/qt/uic.exe&quot; -r"/>
       
   106           </component>
       
   107         </collection>
       
   108       </block>
       
   109     </layer>
       
   110   </systemModel>
       
   111 </SystemDefinition>
    35 </SystemDefinition>