photosgallery/viewframework/plugins/tagsbrowserviewplugin/data/200071b6.rss
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2000 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 definitions 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 // INCLUDES
       
    22 
       
    23 #include <ecom/registryinfo.rh>
       
    24 #include <mpxviewplugin.hrh>
       
    25 #include "glxtagsbrowserviewplugin.hrh"
       
    26 
       
    27 // RESOURCE DEFINITIONS 
       
    28 
       
    29 /**
       
    30  * The opaque_data syntax is made up of three parts: 
       
    31  * a list of Uids for resolving the view plugin, feature flags, priority.
       
    32  * 
       
    33  * <p>uid1;uid2;uid3</p>
       
    34  *  uid*: uid of the supported Playback/Collection plugin.
       
    35  *  E.g. if the view plugin supports Local Playback plugin, the list of
       
    36  *  uids will be: 0x101FFC06
       
    37  *
       
    38  * <t>uid</t>
       
    39  *  uid: plugin type uid.
       
    40  *  E.g. if the view plugin supports playback type, uid will be: 0x101FFCA0
       
    41  *
       
    42  * <f>flags</f> [optional]
       
    43  *  flags: sum of the required feature flags that listed in mpxviewplugin.hrh. 
       
    44  *  E.g. if the view plugin needs to be pre-loaded and it's user-selectable,
       
    45  *  then flags = KMPXVpFeaturePreLoaded + KMPXVpFeatureUserSelectable = 0x0003.
       
    46  *
       
    47  * <i>priority</i> [optional]
       
    48  *  priority: a value of type TMPXViewPluginPriorities. This value determines
       
    49  *  which view plugin will be resolved when several plugins can support the 
       
    50  *  same set of Uids. 
       
    51  *  Default value of this field is EMPXViewPluginPriorityNormal.
       
    52  */
       
    53 RESOURCE REGISTRY_INFO theInfo
       
    54     {
       
    55     dll_uid = KGlxTagsBrowserPluginDllUid ;
       
    56 
       
    57     interfaces = 
       
    58         {
       
    59         INTERFACE_INFO
       
    60             {
       
    61             interface_uid = KMPXViewPluginInterfaceUid;
       
    62             implementations = 
       
    63                 {
       
    64                 IMPLEMENTATION_INFO
       
    65                     {
       
    66                     implementation_uid = KGlxTagsBrowserPluginImplementationUid;
       
    67                     version_no = 1;
       
    68                     display_name = "Tags";
       
    69                     default_data = "";
       
    70                     opaque_data = "<p>0x200104DC;0x2000A775;0x200071AE;0x200071AE;0x200071AE;0x200071AE</p>"
       
    71                         		 "<t>0x200071B7</t>"
       
    72                                   "<f>0x0002</f>"
       
    73                                   "<i>"EMPXViewPluginPriorityLowest"</i>";
       
    74                     }
       
    75                 };
       
    76             
       
    77             }
       
    78         };
       
    79     }
       
    80 
       
    81 // End of File