eapol/eapol_framework/eapol_symbian/am/type/tls_peap/symbian/plugin/src/101f8e4c.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 "101f8e4c.loc"
       
    23 #include "EapolUID.h"
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // ---------------------------------------------------------
       
    27 //   
       
    28 //    theInfo
       
    29 //    Contains the ECom registration information for EAP TLS & EAP PEAP & EAP TTLS
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 RESOURCE REGISTRY_INFO theInfo
       
    34 {
       
    35 dll_uid = EAP_TLS_PEAP_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_TLS_IMPLEMENTATION_UID;
       
    47                 version_no = 1;
       
    48                 display_name = TLPL_GE_NAME;
       
    49                 default_data = {0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D}; // TLS
       
    50                 opaque_data = {0x00};
       
    51                 },
       
    52 			BINARY_IMPLEMENTATION_INFO
       
    53                 {
       
    54                 implementation_uid = EAP_PEAP_IMPLEMENTATION_UID;
       
    55                 version_no = 1;
       
    56                 display_name = PEPL_GE_NAME;
       
    57                 default_data = {0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19}; // PEAP
       
    58                 opaque_data = {0x55}; // "NOT_INSIDE|NOT_INSIDE_PEAP|NOT_INSIDE_TTLS|NOT_INSIDE_FAST"
       
    59                 },
       
    60 			BINARY_IMPLEMENTATION_INFO
       
    61                 {
       
    62                 implementation_uid = EAP_TTLS_IMPLEMENTATION_UID;
       
    63                 version_no = 1;
       
    64                 display_name = TTLSPL_GE_NAME;
       
    65                 default_data = {0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15}; // TTLS
       
    66                 opaque_data = {0x55}; // "NOT_INSIDE|NOT_INSIDE_PEAP|NOT_INSIDE_TTLS|NOT_INSIDE_FAST"
       
    67                 }
       
    68                 
       
    69 #ifdef FF_WLAN_EXTENSIONS
       
    70 				, // Must
       
    71 			BINARY_IMPLEMENTATION_INFO
       
    72                 {
       
    73                 implementation_uid = EAP_FAST_IMPLEMENTATION_UID;
       
    74                 version_no = 1;
       
    75                 display_name = FASTPL_GE_NAME;
       
    76                 default_data = {0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2B}; // FAST
       
    77                 opaque_data = {0x55}; // "NOT_INSIDE|NOT_INSIDE_PEAP|NOT_INSIDE_TTLS|NOT_INSIDE_FAST"
       
    78                 }
       
    79 #endif // #ifdef FF_WLAN_EXTENSIONS
       
    80 
       
    81                 , // Must
       
    82 			BINARY_IMPLEMENTATION_INFO
       
    83                 {
       
    84                 implementation_uid = TTLS_PAP_IMPLEMENTATION_UID;
       
    85                 version_no = 1;
       
    86                 display_name = TTLSPAPPL_GE_NAME;
       
    87                 default_data = {0xFE, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x62}; // PAP only allowed inside TTLS
       
    88                 opaque_data = {0x4E}; //"NOT_OUTSIDE|NOT_OUTSIDE_PEAP|NOT_INSIDE_PEAP|NOT_INSIDE_FAST"
       
    89                 }					  // NOT_OUTSIDE is the only needed instead of NOT_OUTSIDE_PEAP, 
       
    90                 					  // but for historical reasons we are using NOT_OUTSIDE_PEAP 
       
    91                 					  // to indicate that the EAP is allowed only as encapsulated EAP.
       
    92                               
       
    93             };
       
    94         }
       
    95 	};
       
    96 }
       
    97 // End of File