eapol/eapol_framework/eapol_symbian/am/type/gsmsim/symbian/plugin/inc/EapSimGlobal.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 _EAPSIMGLOBAL_H_
    22 #ifndef _EAPSIMGLOBAL_H_
    23 #define _EAPSIMGLOBAL_H_
    23 #define _EAPSIMGLOBAL_H_
    24 
    24 
    25 // LOCAL CONSTANTS
    25 // LOCAL CONSTANTS
    26 
    26 
    27 // Release date must be of format YYYYMMDD:. Will be localised automatically. 
    27 // Release date must be of format YYYYMMDD:. Will be localised automatically. 
    28 // Note that days and months start from 0.
    28 // Note that days and months start from 0.
    29 _LIT(KReleaseDate, ""); 
    29 _LIT(KReleaseDate, "20040829:"); 
    30 _LIT(KEapTypeVersion, "1.0");
    30 _LIT(KEapTypeVersion, "1.0");
    31 _LIT(KManufacturer, "");
    31 _LIT(KManufacturer, "Nokia");
    32 _LIT(KNokiaSignature, ""); // Not used
    32 _LIT(KNokiaSignature, ""); // Not used
    33 _LIT(KExtraInfo1, ""); // Not used
    33 _LIT(KExtraInfo1, ""); // Not used
    34 _LIT(KExtraInfo2, ""); // Not used
    34 _LIT(KExtraInfo2, ""); // Not used
    35 
    35 
    36 #endif // _EAPSIMGLOBAL_H_
    36 #endif // _EAPSIMGLOBAL_H_