photosgallery/contentharvesterplugin/data/200104DF.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 // INCLUDES
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include "glxcontentharvesterplugin.hrh"  
       
    21   
       
    22 
       
    23 //CONSTANTS
       
    24 #define KCCHarvesterServerPluginUid 0x10282E5B
       
    25 
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 // -----------------------------------------------------------------------------
       
    29 //   
       
    30 // REGISTRY_INFO theInfo
       
    31 // Declares info for the "all" implementation
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE REGISTRY_INFO theInfo
       
    36     {
       
    37     // UID for the DLL
       
    38     dll_uid = KGlxCHPluginDllUid;
       
    39     // Declare array of interface info
       
    40     interfaces = 
       
    41         {
       
    42         INTERFACE_INFO
       
    43             {
       
    44             // UID of interface that is implemented
       
    45             interface_uid = KCCHarvesterServerPluginUid;
       
    46             implementations = 
       
    47                 {
       
    48                 // Info for ContentHarvesterPlugin
       
    49                 IMPLEMENTATION_INFO
       
    50                     {
       
    51                     implementation_uid = KGlxCHPluginImplUid;
       
    52                     version_no = 1;
       
    53                     display_name = "photos";
       
    54                     default_data = "photos";
       
    55                     opaque_data = "photos";
       
    56                     }
       
    57                 };
       
    58             }
       
    59         };
       
    60     }
       
    61 
       
    62 // End of File