eapol/eapol_framework/wapi_symbian/group/bld.inf
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : bld.inf
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : Build information file for project WAPI
       
     6 *  Version     : %version: 3 % << 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.1
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 
       
    27 // DBMS security policy file for storing WAPI database
       
    28 // WAPI database is not backed up for security reasons (contains plaintext private keys)
       
    29 20021357.SPD  /epoc32/data/z/private/100012a5/policy/20021357.SPD
       
    30 20021357.SPD  /epoc32/release/winscw/udeb/z/private/100012a5/policy/20021357.SPD
       
    31 20021357.SPD  /epoc32/release/winscw/urel/z/private/100012a5/policy/20021357.SPD
       
    32 
       
    33 // Exporting IBY file
       
    34 ../rom/wapi.iby	CORE_MW_LAYER_IBY_EXPORT_PATH(wapi.iby) 
       
    35 
       
    36 // Copies WAPI configuration file to WLAN server private folder
       
    37 ../wapi_core/symbian/file_config/wapi_symbian.conf  /epoc32/data/z/private/101F8EC5/wapi.conf
       
    38 
       
    39 PRJ_MMPFILES
       
    40 
       
    41 // This compiles WAPI implementation. You need special release to compile this.
       
    42 wapi.mmp
       
    43 wlanwapiif.mmp
       
    44 
       
    45 // End of file.