webservices/wsnotifierplugins/data/1005f8d1.rss
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 1005 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:        
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 // INCLUDES
       
    26 #include "RegistryInfo.rh"
       
    27 #include "Uikon.hrh"
       
    28 
       
    29 // RESOURCE DEFINITIONS
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31 {
       
    32 	dll_uid = 0x1005F8D1;
       
    33 	interfaces =
       
    34 	{
       
    35 	INTERFACE_INFO
       
    36 		{
       
    37 		interface_uid = KUikonUidPluginInterfaceNotifiers;
       
    38 		implementations =
       
    39 				{
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = 0x1005F8D2;
       
    43 					version_no = 1;
       
    44 					display_name = "Sen Notifier Plugin";
       
    45 					default_data = "SenNotifierPlugin";
       
    46 					opaque_data = "0";
       
    47 					}
       
    48 				};
       
    49 		}
       
    50 	};
       
    51 }
       
    52 
       
    53 // End of File