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