localconnectivityservice/dun/client/src/0x20002775.rss
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
child 21 74aa6861c87d
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  Resource definitions for project DUN
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include <locodplugin.hrh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24     // resource_format_version must always be set as follows
       
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    26 	
       
    27 	// UID for the DLL
       
    28 	dll_uid = 0x20002775;
       
    29 	// Declare array of interface info
       
    30 	interfaces = 
       
    31 		{
       
    32 		INTERFACE_INFO
       
    33 			{
       
    34 			// UID of interface that is implemented
       
    35 			interface_uid = KLOCODSERVICEINTERFACEUID;
       
    36 			implementations = 
       
    37 				{
       
    38 				// Info for CDunPlugin
       
    39 				IMPLEMENTATION_INFO
       
    40 					{
       
    41 					implementation_uid = KFeatureIdDialupNetworking;
       
    42 					version_no = 1;
       
    43 					display_name = "DialupNetwork Plugin";
       
    44 					default_data = "";
       
    45 					opaque_data = "";
       
    46 					// This implementation CANNOT be overridden by a RAM-based plug-in
       
    47 					rom_only = 1;
       
    48 					}
       
    49 				};
       
    50 			}
       
    51 		};
       
    52 	}