eapol/eapol_framework/eapol_symbian/rom/eapol.iby
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Image description file for EAPOL framework
    14 * Description:  Image description file for project EAPOL
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 34 %
    19 * %version: 16.1.2 %
    20 */
    20 */
    21 
    21 
    22 #ifndef __EAPOL_IBY__
    22 #ifndef __EAPOL_IBY__
    23 #define __EAPOL_IBY__
    23 #define __EAPOL_IBY__
    24 
       
    25 #include <data_caging_paths_for_iby.hrh>
       
    26 #include <bldvariant.hrh>
    24 #include <bldvariant.hrh>
    27 
    25 
    28 #ifdef __PROTOCOL_WLAN
    26 #ifdef __PROTOCOL_WLAN
    29 
    27 
    30 
       
    31 /* tools */
       
    32 file=ABI_DIR\BUILD_DIR\eaptools.dll		SHARED_LIB_DIR\eaptools.dll
       
    33 
       
    34 /* Symbian tools */
       
    35 file=ABI_DIR\BUILD_DIR\eapsymbiantools.dll		SHARED_LIB_DIR\eapsymbiantools.dll
       
    36 
       
    37 /* Symbian trace */
       
    38 file=ABI_DIR\BUILD_DIR\eaptrace.dll		SHARED_LIB_DIR\eaptrace.dll
       
    39 
       
    40 /* EAPOL + EAP types */
    28 /* EAPOL + EAP types */
    41 
    29 
    42 file=ABI_DIR\BUILD_DIR\eapol.dll			SHARED_LIB_DIR\eapol.dll
    30 file=ABI_DIR\BUILD_DIR\eapol.dll			SHARED_LIB_DIR\Eapol.dll
    43 
    31 
    44 // EAP SIM
    32 // EAP SIM
    45 ECOM_PLUGIN( eapsim.dll,101f8e49.rsc )
    33 ECOM_PLUGIN( eapsim.dll,101f8e49.rsc )
    46 
    34 
    47 // EAP AKA
    35 // EAP AKA
    48 ECOM_PLUGIN( eapaka.dll,102073c1.rsc )
    36 ECOM_PLUGIN( eapaka.dll,102073c1.rsc )
    49 
    37 
    50 // EAP MSCHAPv2 / Plain-MSCHAPv2
    38 // EAP MSCHAPV2
    51 ECOM_PLUGIN( eapmschapv2.dll,101f8e66.rsc )
    39 ECOM_PLUGIN( eapmschapv2.dll,101f8e66.rsc )
    52 
    40 
    53 // EAP TLS PEAP TTLS
    41 // EAP TLS PEAP
    54 ECOM_PLUGIN( eaptlspeap.dll,101f8e4c.rsc )
    42 ECOM_PLUGIN( eaptlspeap.dll,101f8e4c.rsc )
    55 
    43 
    56 // EAP Secure ID / GTC
    44 // EAP Secure ID
    57 ECOM_PLUGIN( eapsecurid.dll,101f8e74.rsc )
    45 ECOM_PLUGIN( eapsecurid.dll,101f8e74.rsc )
    58 
    46 
    59 // VPN interface
    47 #ifdef FF_WLAN_EXTENSIONS
       
    48 // EAP LEAP
       
    49 ECOM_PLUGIN( eapleap.dll,101f8ea6.rsc )
       
    50 #endif //#ifdef FF_WLAN_EXTENSIONS
       
    51 
       
    52 // The VPN interface
    60 ECOM_PLUGIN(eapvpnif.dll, 10200ec9.rsc)
    53 ECOM_PLUGIN(eapvpnif.dll, 10200ec9.rsc)
    61 
    54 
    62 // The Engine EAPOL interface
    55 // The Engine EAPOL interface
    63 ECOM_PLUGIN(wlaneapolif.dll, 2000b05a.rsc)
    56 ECOM_PLUGIN(wlaneapolif.dll, 2000b05a.rsc)
    64 
    57 
    65 // Protected Setup
    58 // EAP Protected Setup
    66 ECOM_PLUGIN( eapprotectedsetup.dll,2000b003.rsc )
    59 ECOM_PLUGIN( eapprotectedsetup.dll,2000b003.rsc )
    67 
    60 
    68 // For database policy file (For secured databases of different EAP types and EAPOL.dat)
    61 // For database policy file (For secured databases of different EAP types and EAPOL.dat)
    69 data=ZPRIVATE\100012A5\policy\102072e9.spd			private\100012A5\policy\102072e9.spd
    62 data=ZPRIVATE\100012A5\policy\102072e9.spd			private\100012A5\policy\102072e9.spd
       
    63 
    70 
    64 
    71 // For additional backup registration file for EAPOL.
    65 // For additional backup registration file for EAPOL.
    72 data=ZPRIVATE\101F8EC5\backup_registration_eapol.xml	private\101F8EC5\backup_registration_eapol.xml
    66 data=ZPRIVATE\101F8EC5\backup_registration_eapol.xml	private\101F8EC5\backup_registration_eapol.xml
    73 
    67 
    74 // Copies configuration file of EAPOL.
    68 // Copies configuration file of EAPOL.
    75 data=ZPRIVATE\101F8EC5\eap.conf	private\101F8EC5\eap.conf
    69 data=ZPRIVATE\101F8EC5\eap.conf	private\101F8EC5\eap.conf
    76 
    70 
    77 // Copies configuration file of EAP-server.
       
    78 data=ZPRIVATE\20026FCB\eap.conf	private\20026FCB\eap.conf
       
    79 
       
    80 // Copies backup registration file of EAP-server.
       
    81 data=ZPRIVATE\20026FCB\backup_registration.xml	private\20026FCB\backup_registration.xml
       
    82 
       
    83 
       
    84 file=ABI_DIR\BUILD_DIR\EapAuthServer.dll		SHARED_LIB_DIR\EapAuthServer.dll
       
    85 
       
    86 file=ABI_DIR\BUILD_DIR\EapAuthServerExe.exe		SHARED_LIB_DIR\EapAuthServerExe.exe
       
    87 
       
    88 file=ABI_DIR\BUILD_DIR\eapcoreinterface.dll		SHARED_LIB_DIR\eapcoreinterface.dll
       
    89 
       
    90 file=ABI_DIR\BUILD_DIR\eapclientif.dll		SHARED_LIB_DIR\eapclientif.dll
       
    91 
       
    92 ECOM_PLUGIN( EapCoreInterfaceImplementation.dll, 20026fcd.rsc)
       
    93 
       
    94 ECOM_PLUGIN( EapGeneric.dll, 20026fd1.rsc )
       
    95 
       
    96 ECOM_PLUGIN( EapGeneralSettings.dll, 20026fd6.rsc)
       
    97 
       
    98 file=ABI_DIR\BUILD_DIR\eap_notifier.dll		SHARED_LIB_DIR\eap_notifier.dll
       
    99 
       
   100 
       
   101 #endif // __PROTOCOL_WLAN
    71 #endif // __PROTOCOL_WLAN
   102 
    72 #endif // #ifndef __EAPOL_IBY__
   103 #endif // __EAPOL_IBY__