remotestoragefw/rsfwnotifierplugins/data/101f9770.rss
branchRCL_3
changeset 20 1aa8c82cb4cb
parent 0 3ad9d5175a89
equal deleted inserted replaced
19:88ee4cf65e19 20:1aa8c82cb4cb
       
     1 /*
       
     2 * Copyright (c) 2006 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 notifier plugins
       
    15 *
       
    16 */
       
    17 
       
    18 // INCLUDES
       
    19 
       
    20 #include "registryinfo.rh"
       
    21 #include "uikon.hrh"
       
    22 
       
    23 // RESOURCE DEFINITIONS
       
    24 
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26 {
       
    27 	dll_uid = 0x101F9770;
       
    28 	interfaces =
       
    29 	{
       
    30 	INTERFACE_INFO
       
    31 		{
       
    32 		interface_uid = KUikonUidPluginInterfaceNotifiers;
       
    33 		implementations =
       
    34 				{
       
    35 				IMPLEMENTATION_INFO
       
    36 					{
       
    37 					implementation_uid = 0x101F9772;
       
    38 					version_no = 1;
       
    39 					display_name = "Rsfw Notifier Plugin";
       
    40 					default_data = "RsfwNotifierPlugin";
       
    41 					opaque_data = "0";
       
    42 					}
       
    43 				};
       
    44 		}
       
    45 	};
       
    46 }