EPong_reg.rss 858 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * Copyright (c) 2011 Nokia Corporation.
  3. */
  4. /*
  5. ============================================================================
  6. Name : EPong.rss
  7. Author :
  8. Copyright : Your copyright notice
  9. Description : This file contains the application registration resource.
  10. ============================================================================
  11. */
  12. #include "EPong.hrh"
  13. #include "EPong.rls"
  14. #include <appinfo.rh>
  15. #ifdef TRIAL_VERSION
  16. #include <EPong_0xE003AF4F.rsg>
  17. #else
  18. #include <EPong_0x2003AF4F.rsg>
  19. #endif
  20. UID2 KUidAppRegistrationResourceFile
  21. UID3 _UID3
  22. RESOURCE APP_REGISTRATION_INFO
  23. {
  24. app_file=qtn_loc_exe;
  25. localisable_resource_file = "\\resource\\apps\\" qtn_loc_resource_file;
  26. localisable_resource_id = R_LOCALISABLE_APP_INFO;
  27. embeddability=KAppNotEmbeddable;
  28. newfile=KAppDoesNotSupportNewFile;
  29. }