eventsui/eventshandlerui/eventsnotifier/ecom/data/2001E66A.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2001 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:  ECOM Resource file definition for Events Handler notifiers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // System Includes
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include <uikon.hrh>
       
    22 
       
    23 // User Includes
       
    24 #include "evtnotifierpluginuid.hrh"
       
    25 
       
    26 // Constant Definitions
       
    27 #define KEVTNOTDISPLAYNAME "Events Notifier"
       
    28 #define KEVTNOTDEFAULTDATA "Events Notifier"
       
    29 #define KEVTNOTOPAQUEDATA  "0"
       
    30 
       
    31 /**
       
    32  * ECOM Resource structure definition
       
    33  */
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35     {
       
    36 	dll_uid = KEvtNotiferPluginImplUid;
       
    37 	interfaces =
       
    38 	    {
       
    39 	    INTERFACE_INFO
       
    40 		    {
       
    41 		    interface_uid = KUikonUidPluginInterfaceNotifiers; // ECOM Notifier Plugin 
       
    42 		    implementations =
       
    43 				{
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = KEvtNotiferPluginImplUid;
       
    47 					version_no = 1;
       
    48 					display_name = KEVTNOTDISPLAYNAME;
       
    49 					default_data = KEVTNOTDEFAULTDATA;
       
    50 					opaque_data	 = KEVTNOTOPAQUEDATA;
       
    51 					}
       
    52 				};
       
    53 		    }
       
    54 	    };
       
    55     }
       
    56