eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/inc/EapMsChapV2Global.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 7 %
    20 */
    20 */
    21 
    21 
    22 #ifndef _EAPMSCHAPV2GLOBAL_H_
    22 #ifndef _EAPMSCHAPV2GLOBAL_H_
    23 #define _EAPMSCHAPV2GLOBAL_H_
    23 #define _EAPMSCHAPV2GLOBAL_H_
    24 
    24 
    25 // LOCAL CONSTANTS
    25 // LOCAL CONSTANTS
    26 
    26 
    27 _LIT(KReleaseDate, ""); // Must be in format YYYYMMDD: (dates and months start from 0)
    27 _LIT(KReleaseDate, "20040829:"); // Must be in format YYYYMMDD: (dates and months start from 0)
    28 _LIT(KEapTypeVersion, "1.0");
    28 _LIT(KEapTypeVersion, "1.0");
    29 _LIT(KManufacturer, "");
    29 _LIT(KManufacturer, "Nokia");
    30 _LIT(KNokiaSignature, "");
    30 _LIT(KNokiaSignature, "");
    31 _LIT(KExtraInfo1, "");
    31 _LIT(KExtraInfo1, "");
    32 _LIT(KExtraInfo2, "");
    32 _LIT(KExtraInfo2, "");
    33 
    33 
    34 #endif // _EAPMSCHAPV2GLOBAL_H_
    34 #endif // _EAPMSCHAPV2GLOBAL_H_