eapol/eapol_framework/eapol_symbian/am/type/securid/symbian/plugin/src/101F8E74.rss
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-2006 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:  Resource definitions for project EAPOL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include "101F8E74.loc"
       
    23 #include "EapolUID.h"
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // ---------------------------------------------------------
       
    27 //   
       
    28 //    theInfo
       
    29 //    Contains the ECom registration information for EAP SecurID and EAP GTC
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 RESOURCE REGISTRY_INFO theInfo
       
    34 {
       
    35 dll_uid = EAP_SECURID_DLL_UID;
       
    36 interfaces = 
       
    37     {
       
    38     INTERFACE_INFO
       
    39 		{		
       
    40         interface_uid = PLUGIN_INTERFACE_UID;
       
    41         implementations = 
       
    42             {
       
    43             
       
    44 			BINARY_IMPLEMENTATION_INFO
       
    45                 {
       
    46                 implementation_uid = EAP_GTC_IMPLEMENTATION_UID;
       
    47                 version_no = 1;
       
    48                 display_name = EGTP_GE_NAME;
       
    49                 default_data = {0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06}; // GTC
       
    50                 opaque_data = {0x0A}; // "NOT_OUTSIDE|NOT_OUTSIDE_PEAP" 
       
    51                 }                     // NOT_OUTSIDE is the only needed, but for historical reasons we are
       
    52                 					  // using NOT_OUTSIDE_PEAP to indicate that the EAP is allowed only as encapsulated EAP.	  
       
    53             };
       
    54         }
       
    55 	};
       
    56 }