equal
  deleted
  inserted
  replaced
  
    
    
|         |      1 /* | 
|         |      2 * Copyright (c) 1027 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 *		ECom resource | 
|         |     16 * | 
|         |     17 */ | 
|         |     18  | 
|         |     19  | 
|         |     20 #include <ecom/registryinfo.rh> | 
|         |     21  | 
|         |     22 RESOURCE REGISTRY_INFO EmailNotificationHandlerInfo | 
|         |     23 	{ | 
|         |     24 	dll_uid = 0x1027508C; | 
|         |     25 	interfaces =  | 
|         |     26 		{ | 
|         |     27 		INTERFACE_INFO | 
|         |     28 			{ | 
|         |     29 			// KUidPushHandlerBase - CPushHandlerBase UID | 
|         |     30 			interface_uid = 0x101F3E5A; | 
|         |     31 			implementations =  | 
|         |     32 				{ | 
|         |     33 				IMPLEMENTATION_INFO | 
|         |     34 					{ | 
|         |     35 					implementation_uid = 0x1027508C; | 
|         |     36 					version_no = 1; | 
|         |     37 					display_name = ""; | 
|         |     38 					default_data = "x-wap-application:emn.ua||0x00000009";//taken from http://www.wapforum.com/tech/omna/omna-push-app-id.htm | 
|         |     39 					opaque_data = " "; | 
|         |     40 					} | 
|         |     41 				}; | 
|         |     42 			} | 
|         |     43 		}; | 
|         |     44 	} | 
|         |     45  |