webengine/wrtharvester/data/2001FE2C.rss
changeset 10 a359256acfc6
child 26 cb62a4f66ebe
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
       
     1 /*
       
     2 * Copyright (c) 2007 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 the License "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:  ECOM registration for CP harvesting
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <registryinfo.rh>
       
    21 #include <contentharvesterpluginuids.hrh>
       
    22 
       
    23 //  RESOURCE DEFINITIONS 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // REGISTRY_INFO theInfo
       
    27 // Declares info for the "all" implementation
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32     {
       
    33     // UID for the DLL
       
    34     dll_uid = 0x2001FE2C;
       
    35     // Declare array of interface info
       
    36     interfaces = 
       
    37         {
       
    38         INTERFACE_INFO
       
    39             {
       
    40             // UID of interface that is implemented
       
    41             interface_uid = KContentHarvesterPluginUid;
       
    42             implementations = 
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = 0xA12345FE; 
       
    47                     version_no = 1;
       
    48                     display_name = "wrt";
       
    49                     default_data = "wrt";
       
    50                     opaque_data = "wrt";
       
    51                     }
       
    52                 };
       
    53             }
       
    54         };
       
    55     }
       
    56 
       
    57 // End of File