photosgallery/collectionframework/plugins/glxcollectionpluginmonths/data/2000a768.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 #include <ecom/registryinfo.rh>
       
    22 #include "glxcollectionpluginmonths.hrh"
       
    23 #include <photos.loc>
       
    24 #include <glxcollectionplugintype.hrh>
       
    25 #include <glxcollectionpluginpriority.hrh>
       
    26 
       
    27 
       
    28 /**
       
    29  * The opaque_data syntax is made up of three parts: 
       
    30  * a list of Uids for resolving the view plugin, feature flags, priority.
       
    31  * 
       
    32  * <p>uid1;uid2;uid3</p>
       
    33  *  uid*: Supported plugin types.
       
    34  *  E.g. if podcast plugin may support music plugin as well, KMPXColPluginMusic
       
    35  *
       
    36  * <t>uid</t>
       
    37  *  uid: plugin type uid.
       
    38  *  E.g. for music plugin will be: 0x101FFCDA
       
    39  *
       
    40  * <f>flags</f> [optional]
       
    41  *  flags: sum of the required feature flags, not used now
       
    42  *
       
    43  * <i>priority</i> [optional]
       
    44  *  priority: a value of type TMPXCollectionPluginPriorities. This value determines
       
    45  *  the returning order when several plugins can support the same set of Uids. 
       
    46  *  Default value of this field is EMPXCollectionPluginPriorityNormal.
       
    47  */
       
    48 RESOURCE REGISTRY_INFO theInfo
       
    49     {
       
    50     dll_uid = KGlxCollectionPluginMonthsDllUid;
       
    51 
       
    52     interfaces = 
       
    53         {
       
    54         INTERFACE_INFO
       
    55             {
       
    56             interface_uid = 0x101FFC36;
       
    57             implementations = 
       
    58                 {
       
    59                 IMPLEMENTATION_INFO
       
    60                     {
       
    61                     implementation_uid = KGlxCollectionPluginMonthsImplementationUid;
       
    62                     version_no = 1;
       
    63                     display_name = qtn_lgal_list_title_months;
       
    64                     default_data = "";
       
    65                     opaque_data = "<t>"EGlxCollectionPluginShowInMainListView"</t>"
       
    66                                   "<i>"EGlxCollectionPluginMonths"</i>"
       
    67                                   "<f>0x0001</f>";   // KMPXVpFeaturePreLoaded (yet to be defined) Keeps the plugin loaded
       
    68                     }
       
    69                 };
       
    70             }
       
    71         };
       
    72     }
       
    73             
       
    74 
       
    75 
       
    76