eapol/eapol_framework/wapi_symbian/wlanwapiif/data/2001959f.rss
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ./accesssec/eapol/eapol_framework/wapi_symbian/wlanwapiif/data/2001959f.rss
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : Resource definitions for project WAPI
       
     6 *  Version     : %version: 6 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2001-2009 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.1
       
    18 */
       
    19 
       
    20 #include <registryinfo.rh>
       
    21 
       
    22 // ---------------------------------------------------------
       
    23 //   
       
    24 //    
       
    25 //    ECOM resource definitions for WlanWAPIIf plugin
       
    26 //
       
    27 // ---------------------------------------------------------
       
    28 //
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30 	{
       
    31 	// UID for the DLL
       
    32 	dll_uid = 0x2001959f;
       
    33 				
       
    34 	// Declare array of interface info
       
    35 	interfaces = 
       
    36 		{
       
    37 		INTERFACE_INFO
       
    38 			{
       
    39 			// UID of interface that is implemented
       
    40 			interface_uid = 0x200195a0;
       
    41 			implementations = 
       
    42 				{
       
    43 				// Info for WlanEapolClient
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = 0x200195a1;
       
    47 					version_no         = 1;
       
    48 					display_name       = "WlanWAPIIf";
       
    49 					default_data       = "";
       
    50 					opaque_data        = "";
       
    51 					}
       
    52 				};
       
    53 			}
       
    54 		};
       
    55 	}