messagingfw/wappushfw/tpush/plugins/tpushapphandler/tpushapphandlerplugin.rss
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // 102822AC.RSS
       
    15 // Registry file for Test Push App Handler interface dll
       
    16 // Interfaces : CPushHandlerBase
       
    17 // 
       
    18 //
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	// KUidTestPushAppHandlerPlugin
       
    25 	dll_uid = 0x102822AB;
       
    26 	interfaces = 
       
    27 		{
       
    28 		INTERFACE_INFO
       
    29 			{
       
    30 			// KUidPushHandlerBase - CPushHandlerBase UID
       
    31 			interface_uid = 0x101F3E5A;
       
    32 			implementations = 
       
    33 				{
       
    34 				IMPLEMENTATION_INFO
       
    35 					{
       
    36 					// KUidTestPushAppHandler
       
    37 					implementation_uid = 0x102822AC;
       
    38 					version_no = 1;
       
    39 					display_name = "CTPushAppHandler||WAP Push Handler Plug-in";
       
    40 					default_data = "x-wap-application:*||0x0000000d";
       
    41 					opaque_data = "";
       
    42 					}
       
    43 				};
       
    44 			}
       
    45 		};
       
    46 	}
       
    47