ipsservices/ipssossettings/data/2000E53C.rss
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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 for project 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 #include "../../ipssosplugin/inc/ipsplgsosbaseplugin.hrh"
       
    23 #include "../../../inc/emailversionnumbers.hrh" // KEmailEcomVersionNumber
       
    24 
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26 	{
       
    27 	// UID for the DLL
       
    28 	dll_uid = 0x2000E53C;
       
    29 	// Declare array of interface info
       
    30 	interfaces = 
       
    31 		{
       
    32 		INTERFACE_INFO
       
    33 			{
       
    34 			// UID of interface that is implemented
       
    35 			interface_uid =  0x2001F401;
       
    36 			implementations = 
       
    37 				{
       
    38 				// Info for the implementation
       
    39 				IMPLEMENTATION_INFO
       
    40 					{
       
    41 					implementation_uid = IPS_SET_ECOM_IMPLEMENTATION_UID;
       
    42 					version_no         = KEmailEcomVersionNumber;
       
    43 					}
       
    44 				};
       
    45 			}
       
    46 		};
       
    47 	}
       
    48 
       
    49 // End of file