symbian4/app/internetradio/package_definition.xml
branchHighFidelityModel
changeset 246 f99f9ea9b39f
parent 150 8d58b930d36e
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   <package id="internetradio" name="Internet Radio Apps" levels="engine server ui">
     4 <!ATTLIST SystemDefinition
     4    <collection id="internetradio2_0" name="Internet Radio 2.0" level="ui">
     5   name CDATA #REQUIRED
     5 	<!-- collection is really a component. Move down a dir -->
     6   schema CDATA #REQUIRED
     6     <component id="internetradio2_0_build" name="Internet Radio 2.0 Build">
     7 >
     7       <unit bldFile="internetradio2.0/group"/>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8      </component>
     9 
     9     </collection>
    10 <!-- System Model Section of DTD -->
    10     <collection id="presetserver" name="Preset Server" level="server">
    11 <!ELEMENT systemModel (layer+)>
    11 	<!-- collection is really a component. Move down a dir -->
    12 
    12     <component id="presetserver_build" name="Preset Server Build">
    13 <!ELEMENT layer (block* | collection*)*>
    13       <unit bldFile="presetserver/group"/>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14      </component>
    15 <!ATTLIST layer
    15     </collection>
    16   name CDATA #REQUIRED
    16     <collection id="qtinternetradio" name="Qt Internet Radio">
    17   long-name CDATA #IMPLIED
    17     <component id="qtinternetradio_build" name="Qt Internet Radio Build">
    18   levels NMTOKENS #IMPLIED
    18 	<!--  Move down a dir or break into components-->
    19   span CDATA #IMPLIED
    19       <unit bldFile="qtinternetradio"  qt:proFile="all.pro" qt:qmakeArgs="-r -config rom"/>
    20 >
    20      </component>
    21 
    21      <component id="qtinternetradio_internal" name="Qt Internet Radio Internal" filter="test">
    22 <!ELEMENT block (subblock* | collection*)*>
    22 	  <!-- appears to be missing. Remove? 
    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="app" long-name="Applications" levels="services apps">
       
    79       <block name="internetradio" level="apps" long-name="Internet Radio Apps" levels="engine server ui">
       
    80         <collection name="internetradio2_0" long-name="Internet Radio 2.0" level="ui">
       
    81           <!-- collection is really a component. Move down a dir -->
       
    82           <component name="internetradio2_0_build" long-name="Internet Radio 2.0 Build">
       
    83             <unit bldFile="/sf/app/internetradio/internetradio2.0/group"/>
       
    84           </component>
       
    85         </collection>
       
    86         <collection name="presetserver" long-name="Preset Server" level="server">
       
    87           <!-- collection is really a component. Move down a dir -->
       
    88           <component name="presetserver_build" long-name="Preset Server Build">
       
    89             <unit bldFile="/sf/app/internetradio/presetserver/group"/>
       
    90           </component>
       
    91         </collection>
       
    92         <collection name="qtinternetradio" long-name="Qt Internet Radio">
       
    93           <component name="qtinternetradio_build" long-name="Qt Internet Radio Build">
       
    94             <!--  Move down a dir or break into components-->
       
    95             <unit bldFile="/sf/app/internetradio/qtinternetradio" proFile="all.pro" qmakeArgs="-r -config rom"/>
       
    96           </component>
       
    97           <component name="qtinternetradio_internal" long-name="Qt Internet Radio Internal" filter="test" class="placeholder">
       
    98             <!-- appears to be missing. Remove? 
       
    99 	  <unit bldFile="qtinternetradio/internal/tsrc" qt:proFile="tsrc.pro" qt:qmakeArgs="-r -config rom"/> -->
    23 	  <unit bldFile="qtinternetradio/internal/tsrc" qt:proFile="tsrc.pro" qt:qmakeArgs="-r -config rom"/> -->
   100           </component>
    24      </component>
   101         </collection>
    25     </collection>
   102       </block>
    26   </package>
   103     </layer>
       
   104   </systemModel>
       
   105 </SystemDefinition>
    27 </SystemDefinition>