eapol/eapol_framework/wapi_symbian/group/wapi.mmh
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ./accesssec/eapol/eapol_framework/wapi_symbian/group/wapi.mmh
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : Project definition file for project WAPI
       
     6 *  Version     : %version: 11 % << 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
       
    18 */
       
    19 
       
    20 //-------------------------------------------------------------------
       
    21 
       
    22 // Set up the preprocessor macros for source files
       
    23 
       
    24 // This flag tells the 64-bit multiplication of platform can be used.
       
    25 MACRO USE_EAP_64_BIT_MULTIPLICATION
       
    26 
       
    27 // This is very important definition.
       
    28 MACRO EAP_LITTLE_ENDIAN=1
       
    29 
       
    30 //-------------------------------------------------------------------
       
    31 // This is used to enable configuring from file.
       
    32 MACRO USE_WAPI_FILECONFIG=1
       
    33 MACRO USE_EAP_FILECONFIG=1
       
    34 
       
    35 MACRO USE_EAP_EXPANDED_TYPES=1
       
    36 
       
    37 // Add this when database compatibility is not needed anymore.
       
    38 // This fixes some names of database fields.
       
    39 MACRO USE_WAPI_FIXED_DATABASE_FIELDS=1
       
    40 // - - - - - - - - - - - - - - - - - - - - - - - - - - - -
       
    41 // This flag activates message based WLAN engine EAPOL interface.
       
    42 MACRO USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF
       
    43 #define USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF
       
    44 
       
    45 // - - - - - - - - - - - - - - - - - - - - - - - - - - - -
       
    46 MACRO USE_CERTIFICATE_STORE=1
       
    47 #define USE_CERTIFICATE_STORE
       
    48 
       
    49 // - - - - - - - - - - - - - - - - - - - - - - - - - - - -
       
    50 // This flag activates server codes of EAPOL
       
    51 MACRO USE_EAP_CORE_SERVER=1
       
    52 
       
    53 // These following macros should be adjusted depending on the test environment.
       
    54 // For WLM compatibility only NO_EAP_MUTEX should be defined.
       
    55 MACRO NO_EAP_MUTEX=1
       
    56 // - - - - - - - - - - - - - - - - - - - - - - - - - - - -
       
    57 MACRO USE_WAPI_CORE=1
       
    58 #define USE_WAPI_CORE
       
    59 MACRO USE_EC_CERTIFICATE_STORE=1
       
    60 #define USE_EC_CERTIFICATE_STORE
       
    61 
       
    62 MACRO USE_NRC_ECC_ALGORITHMS
       
    63 #define USE_NRC_ECC_ALGORITHMS
       
    64 
       
    65 MACRO WAPI_USE_CERTIFICATE_STORE=1
       
    66 #define WAPI_USE_CERTIFICATE_STORE
       
    67 
       
    68 //-------------------------------------------------------------------
       
    69 // End of File