photosgallery/collectionframework/plugins/glxcollectionplugincamera/data/2000a766.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 "glxcollectionplugincamera.hrh"
       
    23 #include <glxgallery_NonTouch.loc>
       
    24 #include <glxcollectionplugintype.hrh>
       
    25 #include <glxcollectionpluginpriority.hrh>
       
    26 /**
       
    27  * @internal reviewed 14/06/2007 by Alex Birkett
       
    28  */
       
    29 
       
    30 
       
    31 /**
       
    32  * The opaque_data syntax is made up of three parts: 
       
    33  * a list of Uids for resolving the view plugin, feature flags, priority.
       
    34  * 
       
    35  * <p>uid1;uid2;uid3</p>
       
    36  *  uid*: Supported plugin types.
       
    37  *  E.g. if podcast plugin may support music plugin as well, KMPXColPluginMusic
       
    38  *
       
    39  * <t>uid</t>
       
    40  *  uid: plugin type uid.
       
    41  *  E.g. for music plugin will be: 0x101FFCDA
       
    42  *
       
    43  * <f>flags</f> [optional]
       
    44  *  flags: sum of the required feature flags, not used now
       
    45  *
       
    46  * <i>priority</i> [optional]
       
    47  *  priority: a value of type TMPXCollectionPluginPriorities. This value determines
       
    48  *  the returning order when several plugins can support the same set of Uids. 
       
    49  *  Default value of this field is EMPXCollectionPluginPriorityNormal.
       
    50  */
       
    51 RESOURCE REGISTRY_INFO theInfo
       
    52     {
       
    53     dll_uid = KGlxCollectionPluginCameraDllUid;
       
    54 
       
    55     interfaces = 
       
    56         {
       
    57         INTERFACE_INFO
       
    58             {
       
    59             interface_uid = 0x101FFC36;
       
    60             implementations = 
       
    61                 {
       
    62                 IMPLEMENTATION_INFO
       
    63                     {
       
    64                     implementation_uid = KGlxCollectionPluginCameraImplementationUid;
       
    65                     version_no = 1;
       
    66                     display_name = qtn_lgal_list_title_captured_nseries;
       
    67                     default_data = "";
       
    68                     opaque_data = "<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