eapol/eapol_framework/eapol_symbian/am/wlaneapolif/data/2000b05a.rss
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     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 WlanEapolIf
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 //   
       
    23 //    
       
    24 //    ECOM resource definitions for WlanEapolIf plugin
       
    25 //
       
    26 // ---------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29 	{
       
    30 	// UID for the DLL
       
    31 	dll_uid = 0x2000b05a;
       
    32 				
       
    33 	// Declare array of interface info
       
    34 	interfaces = 
       
    35 		{
       
    36 		INTERFACE_INFO
       
    37 			{
       
    38 			// UID of interface that is implemented
       
    39 			interface_uid = 0x2000b05b;
       
    40 			implementations = 
       
    41 				{
       
    42 				// Info for WlanPowerSaveImpl
       
    43 				IMPLEMENTATION_INFO
       
    44 					{
       
    45 					implementation_uid = 0x2000b05c;
       
    46 					version_no         = 1;
       
    47 					display_name       = "WlanEapolIf";
       
    48 					default_data       = "";
       
    49 					opaque_data        = "";
       
    50 					}
       
    51 				};
       
    52 			}
       
    53 		};
       
    54 	}