alwayson_net_plugin/pdpcontextmanager2/src/10281f41.rss
changeset 0 5a93021fdf25
child 33 d15c703eefa3
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2002 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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <Ecom/RegistryInfo.rh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	// PDPContextManager2.dll UID
       
    25 	dll_uid = 0x10281F41;
       
    26 	interfaces = 
       
    27 		{
       
    28 		INTERFACE_INFO
       
    29 			{
       
    30 			// CEComInterface interface UID
       
    31 			interface_uid = 0x101F85EC;
       
    32 			implementations = 
       
    33 				{
       
    34 				IMPLEMENTATION_INFO
       
    35 					{
       
    36 					// AlwaysOnlineManager implementation UID
       
    37 					implementation_uid = 0x10281F42;
       
    38 					version_no = 1;
       
    39 					display_name = "PDP context ECom Plugin for always online manager";
       
    40 					default_data = "PDPContextManager2";
       
    41 					// Note : opaque_data MUST have @ least a single byte of data
       
    42 					// in this instance it is an empty string.
       
    43 					opaque_data = " ";
       
    44 					}
       
    45 				// Place additional interface implementations here
       
    46 				};
       
    47 			}
       
    48 		// Place additional interfaces here
       
    49 		};
       
    50 	}
       
    51