EmailExampleVer.h
上传用户:sempras
上传日期:2007-03-04
资源大小:821k
文件大小:1k
- /*
- * ============================================================================
- * Name : EMailExampleVer.h
- * Part of : EmailExample
- * Created : 09/11/2003 by Forum Nokia
- * Implementation notes:
- * Version information
- *
- * Version : 1.0
- * Copyright: Nokia Corporation
- * ============================================================================
- */
- #ifndef __EMAILEXAMPLEVER_H__
- #define __EMAILEXAMPLEVER_H__
- #include <e32std.h>
- #define KEmailExampleVersionNumber 0x001A
- #define KEmailExampleBuildNumber 1
- #define KEmailExampleIniFileVersion 1
- const TInt32 KEmailExampleVersion=1;
- const TText8 securityCode[8]={12,32,142,243,127,38,73,131};
- const TUint KUidEmailExampleValue=0x01EF000E;
- const TUid KUidEmailExample={KUidEmailExampleValue};
- #endif //__EMAILEXAMPLEVER_H__