camerality.rss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*
  2. * Copyright (c) 2010-2011 Nokia Corporation and/or its subsidiary(-ies).
  3. * All rights reserved.
  4. * This component and the accompanying materials are made available
  5. * under the terms of "Eclipse Public License v1.0"
  6. * which accompanies this distribution, and is available
  7. * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  8. *
  9. * Initial Contributors:
  10. * Nokia Corporation - initial contribution.
  11. *
  12. * Contributors:
  13. *
  14. * Description: Camerality resources.
  15. *
  16. */
  17. // RESOURCE IDENTIFIER
  18. NAME CAME // 4 letter ID
  19. // INCLUDES
  20. #include <eikon.rh>
  21. #include <avkon.rsg>
  22. #include <avkon.rh>
  23. #include <appinfo.rh>
  24. #include "camerality.hrh"
  25. #include "camerality.rls"
  26. // RESOURCE DEFINITIONS
  27. // -----------------------------------------------------------------------------
  28. //
  29. // Define the resource file signature
  30. // This resource should be empty.
  31. //
  32. // -----------------------------------------------------------------------------
  33. //
  34. RESOURCE RSS_SIGNATURE
  35. {
  36. }
  37. // -----------------------------------------------------------------------------
  38. //
  39. // Default Document Name
  40. //
  41. // -----------------------------------------------------------------------------
  42. //
  43. RESOURCE TBUF r_default_document_name
  44. {
  45. buf="CAME";
  46. }
  47. // -----------------------------------------------------------------------------
  48. //
  49. // Define default menu and CBA key.
  50. //
  51. // -----------------------------------------------------------------------------
  52. //
  53. RESOURCE EIK_APP_INFO
  54. {
  55. cba = r_softkeys_start_exit;
  56. }
  57. // -----------------------------------------------------------------------------
  58. //
  59. // CBA key definition
  60. //
  61. // -----------------------------------------------------------------------------
  62. //
  63. RESOURCE CBA r_softkeys_start_exit
  64. {
  65. buttons =
  66. {
  67. CBA_BUTTON { id = ECommandStart; txt = qtn_command_start; },
  68. CBA_BUTTON { id = EAknSoftkeyExit; txt = qtn_exit; }
  69. };
  70. }
  71. // -----------------------------------------------------------------------------
  72. //
  73. // CBA key definition
  74. //
  75. // -----------------------------------------------------------------------------
  76. //
  77. RESOURCE CBA r_softkeys_stop_exit
  78. {
  79. buttons =
  80. {
  81. CBA_BUTTON { id = ECommandStop; txt = qtn_command_stop; },
  82. CBA_BUTTON { id = EAknSoftkeyExit; txt = qtn_exit; }
  83. };
  84. }
  85. // ----------------------------------------------------------------------------
  86. //
  87. // r_localisable_app_info
  88. //
  89. // ----------------------------------------------------------------------------
  90. //
  91. RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
  92. {
  93. short_caption = qtn_caption_string;
  94. caption_and_icon =
  95. CAPTION_AND_ICON_INFO
  96. {
  97. caption = qtn_caption_string;
  98. number_of_icons = 1;
  99. icon_file = "\\resource\\apps\\camerality_0xE09A8500.mif";
  100. };
  101. }
  102. // End of File