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

Symbian

开发平台:

C/C++

  1. /*
  2. * ============================================================================
  3. *  Name     : EMailExample.rss
  4. *  Part of  : EmailExample
  5. *  Created  : 09/11/2003 by Forum Nokia
  6. *  Implementation notes:
  7. * English locale
  8. *
  9. *  Version  : 1.0
  10. *  Copyright: Nokia Corporation
  11. * ============================================================================
  12. */
  13. #include <aiftool.rh>
  14. RESOURCE AIF_DATA
  15. {
  16. app_uid=0x01EF000E;
  17. //
  18. caption_list=
  19. CAPTION { code=ELangEnglish; caption="EmailExample"; }
  20. };
  21. //
  22. num_icons=2;
  23. //
  24. embeddability=KAppNotEmbeddable;
  25. newfile=KAppSupportsNewFile;
  26. }