symbian4/mw/hb/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 179 fde6a3ade6cf
child 295 37c5ac0db5c5
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     <package id="hb" name="Orbit" levels="engine test api">
     4 <!ATTLIST SystemDefinition
     4     <collection id="hb_info" name="Orbit Info" level="api">
     5   name CDATA #REQUIRED
     5      <component id="hb_build" name="Orbit Build" introduced="^4">
     6   schema CDATA #REQUIRED
     6 		<!-- should break this down into actual components -->
     7 >
     7       <unit bldFile="." qt:proFile="hb.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8      </component>
       
     9     </collection>
       
    10     <collection id="hb_test" name="Orbit Test" level="test">
       
    11      <component id="hb_fute" filter="hb_fute_app" name="Fute" introduced="^4">
       
    12       <unit bldFile="tsrc/fute"  qt:proFile="fute.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
       
    13      </component>
       
    14      <component id="hb_unit" filter="test,hb_unit_test,unit_test" name="HB Unit Tests" introduced="^4">
       
    15       <unit bldFile="tsrc/unit" qt:proFile="unit.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
       
    16      </component>
       
    17      <component id="hb_test_resources" filter="test,hb_test_resources" name="Orbit Test Resources"  introduced="^4">
       
    18       <unit bldFile="tsrc/resources" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN" qt:proFile="resources.pro"/>
       
    19      </component>
       
    20     </collection>
       
    21    </package>
       
    22 </SystemDefinition>
     9 
    23 
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
    24 
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    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="hb" level="generic" long-name="Orbit" levels="engine test api">
       
    80         <collection name="hb_info" long-name="Orbit Info" level="api">
       
    81           <component name="hb_build" long-name="Orbit Build" introduced="^4">
       
    82             <!-- should break this down into actual components -->
       
    83             <unit bldFile="/sf/mw/hb/." proFile="hb.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
       
    84           </component>
       
    85         </collection>
       
    86         <collection name="hb_test" long-name="Orbit Test" level="test">
       
    87           <component name="hb_fute" filter="hb_fute_app" long-name="Fute" introduced="^4">
       
    88             <unit bldFile="/sf/mw/hb/tsrc/fute" proFile="fute.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
       
    89           </component>
       
    90           <component name="hb_unit" filter="test,hb_unit_test,unit_test" long-name="HB Unit Tests" introduced="^4">
       
    91             <unit bldFile="/sf/mw/hb/tsrc/unit" proFile="unit.pro" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
       
    92           </component>
       
    93           <component name="hb_test_resources" filter="test,hb_test_resources" long-name="Orbit Test Resources" introduced="^4">
       
    94             <unit bldFile="/sf/mw/hb/tsrc/resources" qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN" proFile="resources.pro"/>
       
    95           </component>
       
    96         </collection>
       
    97       </block>
       
    98     </layer>
       
    99   </systemModel>
       
   100 </SystemDefinition>