eapol/eapol_framework/eapol_symbian/group/bld.inf
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:  Build information file for project EAPOL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 
       
    26 // Exporting IBY file (only for 5.0).
       
    27 ../rom/eapol.iby	CORE_MW_LAYER_IBY_EXPORT_PATH(eapol.iby) 
       
    28 
       
    29 // Secure policy file for saving all EAPOL AND EAP databases in DBMS.
       
    30 ../am/include/102072e9.spd 	/epoc32/data/z/private/100012a5/policy/102072e9.spd
       
    31 ../am/include/102072e9.spd  /epoc32/release/winscw/udeb/z/private/100012a5/policy/102072e9.spd
       
    32 ../am/include/102072e9.spd  /epoc32/release/winscw/urel/z/private/100012a5/policy/102072e9.spd
       
    33 
       
    34 // Backup registration file for backing up all EAPOL related databases. Exported to the private cage path for WLAN engine.
       
    35 backup_registration_eapol.xml  /epoc32/data/z/private/101F8EC5/backup_registration_eapol.xml
       
    36 backup_registration_eapol.xml  /epoc32/release/winscw/udeb/z/private/101F8EC5/backup_registration_eapol.xml
       
    37 backup_registration_eapol.xml  /epoc32/release/winscw/urel/z/private/101F8EC5/backup_registration_eapol.xml
       
    38 
       
    39 // Copies configuration file of EAPOL.
       
    40 ../am/core/symbian/file_config/eap_symbian.conf  /epoc32/data/z/private/101F8EC5/eap.conf
       
    41 ../am/core/symbian/file_config/eap_symbian.conf  /epoc32/release/winscw/udeb/z/private/101F8EC5/eap.conf
       
    42 ../am/core/symbian/file_config/eap_symbian.conf  /epoc32/release/winscw/urel/z/private/101F8EC5/eap.conf
       
    43 
       
    44 #ifndef __SERIES60_HELP
       
    45 ../am/type/securid/symbian/plugin/inc/eapgtc.hlp.hrh     /epoc32/include/cshelp/eapgtc.hlp.hrh
       
    46 ../am/type/mschapv2/symbian/plugin/inc/eapmschap.hlp.hrh /epoc32/include/cshelp/eapmschap.hlp.hrh
       
    47 ../am/type/tls_peap/symbian/plugin/inc/eappeap.hlp.hrh   /epoc32/include/cshelp/eappeap.hlp.hrh
       
    48 ../am/type/gsmsim/symbian/plugin/inc/eapsim.hlp.hrh      /epoc32/include/cshelp/eapsim.hlp.hrh
       
    49 ../am/type/tls_peap/symbian/plugin/inc/eaptls.hlp.hrh    /epoc32/include/cshelp/eaptls.hlp.hrh
       
    50 #endif
       
    51 
       
    52 #ifndef __SERIES60_HELP
       
    53 // EAP-LEAP is part of WPX. You need special release to compile this. However the header is needed.
       
    54 ../am/type/leap/symbian/plugin/inc/eapleap.hlp.hrh /epoc32/include/cshelp/eapleap.hlp.hrh
       
    55 #endif
       
    56 
       
    57 
       
    58 PRJ_MMPFILES
       
    59 
       
    60 // This compiles stub of EAPOL WPX, the empty functions that implement WPX.
       
    61 eapolwpxstub.mmp
       
    62 
       
    63 // This is the basic set that should always be compiled for every environment.
       
    64 eapol.mmp
       
    65 eapsim.mmp
       
    66 eaptlspeap.mmp
       
    67 eapmschapv2.mmp
       
    68 eapsecurid.mmp
       
    69 eapaka.mmp
       
    70 
       
    71 // API for VPN.
       
    72 eapvpnif.mmp
       
    73 
       
    74 eapprotectedsetup.mmp
       
    75 
       
    76 // API for WLAN-engine.
       
    77 wlaneapolif.mmp
       
    78 
       
    79 
       
    80 // End of file.