EmailExampleVer.h
上传用户:sempras
上传日期:2007-03-04
资源大小:821k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2. * ============================================================================
  3. *  Name     : EMailExampleVer.h
  4. *  Part of  : EmailExample
  5. *  Created  : 09/11/2003 by Forum Nokia
  6. *  Implementation notes:
  7. * Version information
  8. *
  9. *  Version  : 1.0
  10. *  Copyright: Nokia Corporation
  11. * ============================================================================
  12. */
  13. #ifndef __EMAILEXAMPLEVER_H__
  14. #define __EMAILEXAMPLEVER_H__
  15. #include <e32std.h>
  16. #define KEmailExampleVersionNumber 0x001A
  17. #define KEmailExampleBuildNumber 1
  18. #define KEmailExampleIniFileVersion 1
  19. const TInt32 KEmailExampleVersion=1;
  20. const TText8 securityCode[8]={12,32,142,243,127,38,73,131};
  21. const TUint KUidEmailExampleValue=0x01EF000E;
  22. const TUid KUidEmailExample={KUidEmailExampleValue};
  23. #endif //__EMAILEXAMPLEVER_H__