symbian4/mw/mmappfw/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 217 fcee787f22fe
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="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="mmappfw" level="specific" long-name="Multimedia App Framework" levels="fw utils if">
       
    80         <collection name="mmappfw_plat" long-name="Multimedia App Framework Platform Interfaces" level="if">
       
    81           <component name="mmappfw_plat_build" long-name="Multimedia App Framework Platform Interfaces Build" introduced="^1" filter="s60">
       
    82             <!-- this is no longer necessary when confguration is put in place -->
       
    83             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat"/>
       
    84           </component>
       
    85           <component name="collection_helper_api" long-name="Collection Helper API" introduced="^1" filter="s60" class="api">
       
    86             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/collection_helper_api/group"/>
       
    87           </component>
       
    88           <component name="harvester_collection_mediator_api" long-name="Harvester Collection Mediator API" introduced="^1" filter="s60" class="api">
       
    89             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/group"/>
       
    90           </component>
       
    91           <component name="harvester_metadata_extractor_api" long-name="Harvester Metadata Extractor API" introduced="^1" filter="s60" class="api">
       
    92             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/group"/>
       
    93           </component>
       
    94           <component name="harvester_server_api" long-name="Harvester Server API" introduced="^1" filter="s60" class="api">
       
    95             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_server_api/group"/>
       
    96           </component>
       
    97           <component name="harvester_utility_api" long-name="Harvester Utility API" introduced="^1" filter="s60" class="api">
       
    98             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_utility_api/group"/>
       
    99           </component>
       
   100           <component name="playlist_engine_api" long-name="Playlist Engine API" introduced="^1" filter="s60" class="api">
       
   101             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/playlist_engine_api/group"/>
       
   102           </component>
       
   103           <component name="mtp_keys_api" long-name="MTP Keys API" introduced="^1" filter="s60" class="api">
       
   104             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mtp_keys_api/group"/>
       
   105           </component>
       
   106           <component name="mpx_collection_common_definition_api" long-name="MPX Collection Common Definition API" introduced="^1" filter="s60" class="api">
       
   107             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_collection_common_definition_api/group"/>
       
   108           </component>
       
   109           <component name="mpx_collection_utility_api" long-name="MPX Collection Utility API" introduced="^1" filter="s60" class="api">
       
   110             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/group"/>
       
   111           </component>
       
   112           <component name="mpx_common_api" long-name="MPX Common API" introduced="^1" filter="s60" class="api">
       
   113             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_common_api/group"/>
       
   114           </component>
       
   115           <component name="mpx_common_definition_api" long-name="MPX Common Definition API" introduced="^1" filter="s60" class="api">
       
   116             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_common_definition_api/group"/>
       
   117           </component>
       
   118           <component name="mpx_playback_common_definition_api" long-name="MPX Playback Common Definition API" introduced="^1" filter="s60" class="api">
       
   119             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_playback_common_definition_api/group"/>
       
   120           </component>
       
   121           <component name="mpx_playback_utility_api" long-name="MPX Playback Utility API" introduced="^1" filter="s60" class="api">
       
   122             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/group"/>
       
   123           </component>
       
   124           <component name="mpx_base_view_plugins_api" long-name="MPX Base View Plugins API" introduced="^1" filter="s60" class="api">
       
   125             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/group"/>
       
   126           </component>
       
   127           <component name="mpx_view_utility_api" long-name="MPX View Utility API" introduced="^1" filter="s60" class="api">
       
   128             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_view_utility_api/group"/>
       
   129           </component>
       
   130           <component name="mpx_albumart_utility_api" long-name="MPX Album Art Utility API" introduced="^1" filter="s60" class="api">
       
   131             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/group"/>
       
   132           </component>
       
   133           <component name="media_player_settings_engine_api" long-name="Media Player Settings Engine API" introduced="^1" filter="s60" class="api">
       
   134             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/group"/>
       
   135           </component>
       
   136           <component name="mpx_backstepping_utility_api" long-name="MPX Backstepping Utility API" introduced="^1" filter="s60" class="api">
       
   137             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_backstepping_utility_api/group"/>
       
   138           </component>
       
   139           <component name="asx_parser_api" long-name="ASX Parser API" introduced="^1" filter="s60" class="api">
       
   140             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/asx_parser_api/group"/>
       
   141           </component>
       
   142           <component name="playback_helper_api" long-name="Playback Helper API" introduced="^1" filter="s60" class="api">
       
   143             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/playback_helper_api/group"/>
       
   144           </component>
       
   145           <component name="videoplaylist_utility_api" long-name="Video Playlist Utility API" introduced="^1" filter="s60" class="api">
       
   146             <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/videoplaylist_utility_api/group"/>
       
   147           </component>
       
   148         </collection>
       
   149         <collection name="mpx" long-name="Multimedia Player" level="fw">
       
   150           <component name="commonframework" filter="s60" long-name="MPX Common Framework" introduced="^1">
       
   151             <unit bldFile="/sf/mw/mmappfw/mpx/commonframework/group"/>
       
   152           </component>
       
   153           <component name="playbackframework" filter="s60" long-name="MPX Playback Framework" introduced="^1">
       
   154             <unit bldFile="/sf/mw/mmappfw/mpx/playbackframework/group"/>
       
   155           </component>
       
   156           <component name="mpxcollectionfw" filter="s60" long-name="MPX Collection Framework" introduced="^1">
       
   157             <unit bldFile="/sf/mw/mmappfw/mpx/collectionframework/group"/>
       
   158           </component>
       
   159           <component name="mpxviewfw" filter="s60" long-name="MPX View Framework" introduced="^1">
       
   160             <unit bldFile="/sf/mw/mmappfw/mpx/viewframework/group"/>
       
   161           </component>
       
   162           <component name="mpxviewframeworkqt" long-name="MPX View Framework Qt" filter="s60">
       
   163             <unit bldFile="/sf/mw/mmappfw/mpx/mpxviewframeworkqt"/>
       
   164           </component>
       
   165           <component name="mpx_build" filter="s60" long-name="MPX Build" introduced="^1">
       
   166             <!--  Move the export to another component or remove the #includes from this one -->
       
   167             <unit bldFile="/sf/mw/mmappfw/mpx/group"/>
       
   168           </component>
       
   169         </collection>
       
   170         <collection name="mmappcomponents" long-name="Multimedia App Components" level="utils">
       
   171           <component name="mmappcomponents_build" filter="s60" long-name="Multimedia App Components Build" introduced="^1">
       
   172             <!-- needed for  #ifdefs and hrh include. Need to #include the .hrh file in each bld.inf
       
   173       		Can remove this once configuration is in place-->
       
   174             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/group"/>
       
   175           </component>
       
   176           <component name="collectionhelper" filter="s60" long-name="Media Player Collection Helper" introduced="^1">
       
   177             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/collectionhelper/group"/>
       
   178           </component>
       
   179           <component name="playlistengine" filter="s60" long-name="Playlist Engine" introduced="^1">
       
   180             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/playlistengine/group"/>
       
   181           </component>
       
   182           <component name="mpxharvester" filter="s60" long-name="Media Player Harvester" introduced="^1">
       
   183             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/harvester/group"/>
       
   184           </component>
       
   185           <component name="mmappcommonui" filter="s60" long-name="Multimedia App Common UI" introduced="^1">
       
   186             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
       
   187           </component>
       
   188           <component name="mediaplayersettingsengine" filter="s60" long-name="Media Player Settings Engine" introduced="^1">
       
   189             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
       
   190           </component>
       
   191           <component name="audiofetcher" filter="s60" long-name="Audio Fetcher" introduced="^1" plugin="Y">
       
   192             <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
       
   193             <!-- <unit bldFile="mmappcomponents/audiofetcher/group"/>-->
       
   194           </component>
       
   195           <component name="asxparser" filter="s60" long-name="ASX Parser" introduced="^1">
       
   196             <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
       
   197             <!-- <unit bldFile="mmappcomponents/asxparser/group"/>-->
       
   198           </component>
       
   199           <component name="playbackhelper" filter="s60" long-name="Playback Helper" introduced="^3">
       
   200             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/playbackhelper/group"/>
       
   201           </component>
       
   202           <component name="videoplaylistutility" filter="s60" long-name="Video Playlist Utility" introduced="^3">
       
   203             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/videoplaylistutility/group"/>
       
   204           </component>
       
   205           <component name="mmmtpdataprovider" filter="s60" long-name="Multimedia MTP Data Provider" introduced="^3">
       
   206             <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mmmtpdataprovider/group"/>
       
   207           </component>
       
   208         </collection>
       
   209         <collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="if">
       
   210           <component name="mmappfw_build" filter="s60" long-name="Multimedia App Framework Build" introduced="^1">
       
   211             <!--  Move the export to another component or remove the #includes from this one -->
       
   212             <unit bldFile="/sf/mw/mmappfw/group"/>
       
   213           </component>
       
   214           <component name="mmappfw_test" filter="s60,test,api_test,pref_test" long-name="Multimedia App Framework Test" purpose="development" introduced="^1">
       
   215             <unit bldFile="/sf/mw/mmappfw/tsrc/group" filter="TA_MMAPPFW"/>
       
   216           </component>
       
   217         </collection>
       
   218       </block>
       
   219     </layer>
       
   220   </systemModel>
       
   221 </SystemDefinition>