mpxplugins/serviceplugins/playbackplugins/progressdownloadsb/data/10207bcc.rss
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 1020 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include <mpxplaybackplugin.hrh>
       
    21 
       
    22 /**
       
    23  * The opaque_data syntax is made up of three parts: 
       
    24  * a list of Uids for resolving the view plugin, feature flags, priority.
       
    25  * 
       
    26  * <p>uid1;uid2;uid3</p>
       
    27  *  uid*: Supported plugin types.
       
    28  *  E.g. if podcast plugin may support music plugin as well, KMPXColPluginMusic
       
    29  *
       
    30  * <t>uid</t>
       
    31  *  uid: plugin type uid.
       
    32  *  E.g. for music plugin will be: 0x101FFCDA
       
    33  *
       
    34  * <f>flags</f> [optional]
       
    35  *  flags: sum of the required feature flags, not used now
       
    36  *
       
    37  * <i>priority</i> [optional]
       
    38  *  priority: a value of type TMPXCollectionPluginPriorities. This value determines
       
    39  *  the returning order when several plugins can support the same set of Uids. 
       
    40  *  Default value of this field is EMPXCollectionPluginPriorityNormal.
       
    41  */
       
    42 
       
    43 RESOURCE REGISTRY_INFO theInfo
       
    44     {
       
    45     dll_uid = 0x10207BCC;
       
    46 
       
    47     interfaces = 
       
    48         {
       
    49         INTERFACE_INFO
       
    50             {
       
    51             interface_uid = KMPXPlaybackPluginInterfaceUid;
       
    52             implementations = 
       
    53                 {
       
    54                 IMPLEMENTATION_INFO
       
    55                     {
       
    56                     implementation_uid = 0x10207BCD;
       
    57                     version_no = 1;
       
    58                     display_name = "progress download sb";
       
    59                     default_data = "audio/mp3;audio/3gp;audio/3gpp2;audio/x-ms-wma;x-caf-audio/x-ms-wma;audio/mpeg;"
       
    60                                    "audio/aac;audio/x-mp3;audio/mp4;audio/wav;audio/x-wav;audio/x-au;audio/au";
       
    61                     opaque_data = "<s>http<e>.mp3;.aac;.3gp;.3gpp;.3g2;.3gpp2;.mp4;.wav;.wma;.asf;.odf;.dcf;.m4a"
       
    62                                   "<t>"EPbLocal"</t>";
       
    63                     }
       
    64                 };
       
    65             }
       
    66         };
       
    67     }
       
    68             
       
    69 
       
    70 
       
    71