symbian4/app/musicplayer/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 218 5ab61259495b
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     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 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    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="app" long-name="Applications" levels="services apps">
       
    79       <block name="musicplayer" level="apps" long-name="Music Player Apps" levels="plugins support hs app">
       
    80         <!-- move the export .pri files into their components and uncomment the units -->
       
    81         <collection name="musicplayer_utilities " long-name="Music Player Utilities" level="support">
       
    82           <component name="mpnowplayingbanner" filter="s60" long-name="MP Now Playing Banner" introduced="^4" class="placeholder">
       
    83             <!-- <unit bldFile="utilities/mpnowplayingbanner" qt:proFile="mpnowplayingbanner.pro" qt:qmakeArgs="-r -config rom"/> -->
       
    84           </component>
       
    85           <component name="mpsettingsmanager" filter="s60" long-name="MP Settings Manager" introduced="^4" class="placeholder">
       
    86             <!-- <unit bldFile="utilities/mpsettingsmanager" qt:proFile="mpsettingsmanager.pro" qt:qmakeArgs="-r -config rom"/> -->
       
    87           </component>
       
    88         </collection>
       
    89         <collection name="musicfetcher " long-name="Music Fetcher" level="support">
       
    90           <!-- collection is really a component, move down a directory -->
       
    91           <component name="musicfetcher_buld" filter="s60" long-name="Music Fetcher Build" introduced="^4" class="placeholder">
       
    92             <!-- <unit bldFile="musicfetcher" qt:proFile="musicfetcher.pro" qt:qmakeArgs="-r -config rom"/> -->
       
    93           </component>
       
    94         </collection>
       
    95         <collection name="musicplayer_app " long-name="Music Player Application" level="app">
       
    96           <!-- collection is really a component, move down a directory -->
       
    97           <component name="musicplayer_app_build" filter="s60" long-name="Music Player Application Build" introduced="^4" class="placeholder">
       
    98             <!-- <unit bldFile="app" qt:proFile="app.pro" qt:qmakeArgs="-r -config rom"/> -->
       
    99           </component>
       
   100         </collection>
       
   101         <collection name="mpviewplugins " long-name="Music Player View Plugins" level="plugins">
       
   102           <component name="mpcollectionviewplugin" filter="s60" long-name="MP Collection View Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   103             <!--<unit bldFile="mpviewplugins/mpcollectionviewplugin/group"/>-->
       
   104           </component>
       
   105           <component name="mpplaybackviewplugin" filter="s60" long-name="MP Playback View Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   106             <!--<unit bldFile="mpviewplugins/mpplaybackviewplugin/group"/>-->
       
   107           </component>
       
   108         </collection>
       
   109         <collection name="mpserviceplugins" long-name="Music Player Service Plugins" level="plugins">
       
   110           <component name="audioeffects" filter="s60" long-name="Audio Effects" introduced="^4" plugin="Y" class="placeholder">
       
   111             <!--<unit bldFile="mpserviceplugins/audioeffects/group"/>-->
       
   112           </component>
       
   113           <component name="localaudio" filter="s60" long-name="Local Audio" introduced="^4" plugin="Y" class="placeholder">
       
   114             <!--<unit bldFile="mpserviceplugins/localaudio/group"/>-->
       
   115           </component>
       
   116           <!-- Note: it's called SQLite, not SQLLite, just the one "L" -->
       
   117           <component name="mpxsqlitedbcommon" filter="s60" long-name="MPX SQLite Database Common" introduced="^4" class="placeholder">
       
   118             <!--<unit bldFile="mpserviceplugins/mpxsqlitedbcommon/group"/>-->
       
   119           </component>
       
   120           <component name="mpxsqlitedbplugin" filter="s60" long-name="MPX SQLite Database Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   121             <!--<unit bldFile="mpserviceplugins/mpxsqlitedbplugin/group"/>-->
       
   122           </component>
       
   123           <component name="mpxsqlitepodcastdbplugin" filter="s60" long-name="MPX SQLlite Podcast Database Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   124             <!--<unit bldFile="mpserviceplugins/mpxsqlitepodcastdbplugin/group"/>-->
       
   125           </component>
       
   126           <component name="m3uplaylistplugin" filter="s60" long-name="M3U Playlist Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   127             <!--<unit bldFile="mpserviceplugins/mpxsqlitepodcastdbplugin/group"/>-->
       
   128           </component>
       
   129         </collection>
       
   130         <collection name="musicplayer_info" long-name="Music Player Apps Info" level="app">
       
   131           <component name="musicplayer_build" filter="s60" long-name="Music Player Build">
       
   132             <!-- should brak up into individual components  -->
       
   133             <unit bldFile="/sf/app/musicplayer/."/>
       
   134           </component>
       
   135         </collection>
       
   136       </block>
       
   137     </layer>
       
   138   </systemModel>
       
   139 </SystemDefinition>