webservices/wsnotifierplugins/data/wsnotifierplugin_reg.rss
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:        Registration resource file for RAM based notifier
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #include <uikon.rh>
       
    26 
       
    27 RESOURCE NOTIFIER_LIST
       
    28 	{
       
    29 	dll_uid = 0x101F9743; // equal to MMP's DLL UID definition
       
    30 	notifier_list=
       
    31 		{
       
    32 		NOTIFIER_DATA
       
    33 			{
       
    34 			notifier_uid = 0x101F9743; // Same as returned in RegisterL (iInfo.iUid = KSenNotifierPluginUID;) and used by RNotifier client (CSenBaseIdentityManager)
       
    35 		 	}
       
    36 		};
       
    37 	}
       
    38 
       
    39 // End of File