CompilerCompatibility/mw/mmappfw/package_definition.xml
changeset 304 34513d6de7cd
child 354 8a720eca298e
equal deleted inserted replaced
300:1ab807b37521 304:34513d6de7cd
       
     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  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition schema="2.0.1" name="Symbian^3">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="mmappfw" level="specific" long-name="Multimedia App Framework" levels="fw utils if">
       
    57 <collection name="mmappfw_plat" long-name="Multimedia App Framework Platform Interfaces" level="if">
       
    58 <component name="collection_helper_api" long-name="Collection Helper API" introduced="^1" filter="s60" class="api">
       
    59 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/collection_helper_api/group"/>
       
    60 </component>
       
    61 <component name="harvester_collection_mediator_api" long-name="Harvester Collection Mediator API" introduced="^1" filter="s60" class="api">
       
    62 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/group"/>
       
    63 </component>
       
    64 <component name="harvester_metadata_extractor_api" long-name="Harvester Metadata Extractor API" introduced="^1" filter="s60" class="api">
       
    65 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/group"/>
       
    66 </component>
       
    67 <component name="harvester_server_api" long-name="Harvester Server API" introduced="^1" filter="s60" class="api">
       
    68 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_server_api/group"/>
       
    69 </component>
       
    70 <component name="harvester_utility_api" long-name="Harvester Utility API" introduced="^1" filter="s60" class="api">
       
    71 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_utility_api/group"/>
       
    72 </component>
       
    73 <component name="playlist_engine_api" long-name="Playlist Engine API" introduced="^1" filter="s60" class="api">
       
    74 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/playlist_engine_api/group"/>
       
    75 </component>
       
    76 <component name="mtp_keys_api" long-name="MTP Keys API" introduced="^1" filter="s60" class="api">
       
    77 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mtp_keys_api/group"/>
       
    78 </component>
       
    79 <component name="mpx_collection_common_definition_api" long-name="MPX Collection Common Definition API" introduced="^1" filter="s60" class="api">
       
    80 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_collection_common_definition_api/group"/>
       
    81 </component>
       
    82 <component name="mpx_collection_utility_api" long-name="MPX Collection Utility API" introduced="^1" filter="s60" class="api">
       
    83 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/group"/>
       
    84 </component>
       
    85 <component name="mpx_common_api" long-name="MPX Common API" introduced="^1" filter="s60" class="api">
       
    86 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_common_api/group"/>
       
    87 </component>
       
    88 <component name="mpx_common_definition_api" long-name="MPX Common Definition API" introduced="^1" filter="s60" class="api">
       
    89 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_common_definition_api/group"/>
       
    90 </component>
       
    91 <component name="mpx_playback_common_definition_api" long-name="MPX Playback Common Definition API" introduced="^1" filter="s60" class="api">
       
    92 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_playback_common_definition_api/group"/>
       
    93 </component>
       
    94 <component name="mpx_playback_utility_api" long-name="MPX Playback Utility API" introduced="^1" filter="s60" class="api">
       
    95 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/group"/>
       
    96 </component>
       
    97 <component name="mpx_base_view_plugins_api" long-name="MPX Base View Plugins API" introduced="^1" filter="s60" class="api">
       
    98 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/group"/>
       
    99 </component>
       
   100 <component name="mpx_view_utility_api" long-name="MPX View Utility API" introduced="^1" filter="s60" class="api">
       
   101 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_view_utility_api/group"/>
       
   102 </component>
       
   103 <component name="mpx_albumart_utility_api" long-name="MPX Album Art Utility API" introduced="^1" filter="s60" class="api">
       
   104 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/group"/>
       
   105 </component>
       
   106 <component name="media_player_settings_engine_api" long-name="Media Player Settings Engine API" introduced="^1" filter="s60" class="api">
       
   107 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/group"/>
       
   108 </component>
       
   109 <component name="mpx_backstepping_utility_api" long-name="MPX Backstepping Utility API" introduced="^1" filter="s60" class="api">
       
   110 <!-- uncomment when configuration is put in place
       
   111 	 <unit bldFile="mmappfw_plat/mpx_backstepping_utility_api/group"/> -->
       
   112 </component>
       
   113 <component name="asx_parser_api" long-name="ASX Parser API" introduced="^1" filter="s60" class="api">
       
   114 <!-- uncomment when configuration is put in place
       
   115     <unit bldFile="mmappfw_plat/asx_parser_api/group"/> -->
       
   116 </component>
       
   117 <component name="playback_helper_api" long-name="Playback Helper API" introduced="^1" filter="s60" class="api">
       
   118 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/playback_helper_api/group"/>
       
   119 </component>
       
   120 <component name="videoplaylist_utility_api" long-name="Video Playlist Utility API" introduced="^1" filter="s60" class="api">
       
   121 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/videoplaylist_utility_api/group"/>
       
   122 </component>
       
   123 <component name="mmappfw_plat_build" long-name="Multimedia App Framework Platform Interface Build" introduced="^1" filter="s60" class="api">
       
   124 <!-- needed only for #ifdefs. Remove anmd uncomment above units when configuration is in place -->
       
   125 <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/group"/>
       
   126 </component>
       
   127 </collection>
       
   128 <collection name="mpx" long-name="Multimedia Player" level="fw">
       
   129 <component name="commonframework" filter="s60" long-name="MPX Common Framework" introduced="^1">
       
   130 <unit bldFile="/sf/mw/mmappfw/mpx/commonframework/group"/>
       
   131 </component>
       
   132 <component name="playbackframework" filter="s60" long-name="MPX Playback Framework" introduced="^1">
       
   133 <unit bldFile="/sf/mw/mmappfw/mpx/playbackframework/group"/>
       
   134 </component>
       
   135 <component name="mpxcollectionfw" filter="s60" long-name="MPX Collection Framework" introduced="^1">
       
   136 <unit bldFile="/sf/mw/mmappfw/mpx/collectionframework/group"/>
       
   137 </component>
       
   138 <component name="mpxviewfw" filter="s60" long-name="MPX View Framework" introduced="^1">
       
   139 <unit bldFile="/sf/mw/mmappfw/mpx/viewframework/group"/>
       
   140 </component>
       
   141 <component name="mpx_build" filter="s60" long-name="MPX Build" introduced="^1">
       
   142 <!--  Move the export to another component or remove the #includes from this one -->
       
   143 <unit bldFile="/sf/mw/mmappfw/mpx/group"/>
       
   144 </component>
       
   145 </collection>
       
   146 <collection name="mmappcomponents" long-name="Multimedia App Components" level="utils">
       
   147 <component name="mmappcomponents_build" filter="s60" long-name="Multimedia App Components Build" introduced="^1">
       
   148 <!-- needed for  #ifdefs and hrh include. Need to #include the .hrh file in each bld.inf
       
   149       		Can remove this once configuration is in place-->
       
   150 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/group"/>
       
   151 </component>
       
   152 <component name="collectionhelper" filter="s60" long-name="Media Player Collection Helper" introduced="^1">
       
   153 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/collectionhelper/group"/>
       
   154 </component>
       
   155 <component name="playlistengine" filter="s60" long-name="Playlist Engine" introduced="^1">
       
   156 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/playlistengine/group"/>
       
   157 </component>
       
   158 <component name="mpxharvester" filter="s60" long-name="Media Player Harvester" introduced="^1">
       
   159 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/harvester/group"/>
       
   160 </component>
       
   161 <component name="mmappcommonui" filter="s60" long-name="Multimedia App Common UI" introduced="^1">
       
   162 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
       
   163 </component>
       
   164 <component name="mediaplayersettingsengine" filter="s60" long-name="Media Player Settings Engine" introduced="^1">
       
   165 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
       
   166 </component>
       
   167 <component name="audiofetcher" filter="s60" long-name="Audio Fetcher" introduced="^1" plugin="Y">
       
   168 <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
       
   169 <!-- <unit bldFile="mmappcomponents/audiofetcher/group"/>-->
       
   170 </component>
       
   171 <component name="asxparser" filter="s60" long-name="ASX Parser" introduced="^1">
       
   172 <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
       
   173 <!-- <unit bldFile="mmappcomponents/asxparser/group"/>-->
       
   174 </component>
       
   175 <component name="playbackhelper" filter="s60" long-name="Playback Helper" introduced="^3">
       
   176 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/playbackhelper/group"/>
       
   177 </component>
       
   178 <component name="videoplaylistutility" filter="s60" long-name="Video Playlist Utility" introduced="^3">
       
   179 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/videoplaylistutility/group"/>
       
   180 </component>
       
   181 <component name="mmmtpdataprovider" filter="s60" long-name="Multimedia MTP Data Provider" introduced="^3">
       
   182 <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mmmtpdataprovider/group"/>
       
   183 </component>
       
   184 </collection>
       
   185 <collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="if">
       
   186 <component name="mmappfw_build" filter="s60" long-name="Multimedia App Framework Build" introduced="^1">
       
   187 <!--  Move the export to another component or remove the #includes from this one -->
       
   188 <unit bldFile="/sf/mw/mmappfw/group"/>
       
   189 </component>
       
   190 <component name="mmappfw_test" filter="s60,test,api_test,pref_test" long-name="Multimedia App Framework Test" purpose="development" introduced="^1"/>
       
   191 </collection>
       
   192 </block>
       
   193   </layer>
       
   194  </systemModel>
       
   195 </SystemDefinition>