eapol/eapol_framework/eapol_symbian/eap_if/data/20026fd1.rss
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
child 55 9c2aa05919d9
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
     1 /*
       
     2 * Copyright (c) 2000 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 the License "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 resources for the EapGeneral
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 6 %
       
    20 */
       
    21 
       
    22 #include <registryinfo.rh>
       
    23 #include "EapolUID.h"
       
    24 // ---------------------------------------------------------
       
    25 //   
       
    26 //    
       
    27 //    ECOM resource definitions for EapGeneric plugin
       
    28 //
       
    29 // ---------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32 	{
       
    33 	// UID for the DLL
       
    34 	dll_uid = EAP_GENERIC_DLL_UID;
       
    35 				
       
    36 	// Declare array of interface info
       
    37 	interfaces = 
       
    38 		{
       
    39 		INTERFACE_INFO
       
    40 			{
       
    41 			// UID of interface that is implemented
       
    42 			interface_uid = EAP_GENERIC_INTERFACE_UID;
       
    43 			implementations = 
       
    44 				{
       
    45 				// Info for EapGeneric
       
    46 				IMPLEMENTATION_INFO
       
    47 					{
       
    48 					implementation_uid = EAP_GENERIC_IMPLEMENTATION_UID;
       
    49 					version_no         = 1;
       
    50 					display_name       = "EapGeneric";
       
    51 					default_data       = "";
       
    52 					opaque_data        = "";
       
    53 					}
       
    54 				};
       
    55 			}
       
    56 		};
       
    57 	}