imageeditor/imageeditorApp/data/ImageEditor.rss
changeset 1 edfc90759b9f
equal deleted inserted replaced
0:57d4cdd99204 1:edfc90759b9f
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description: 
       
    16 * Resource definitions for ImageEditorApp.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //=============================================================================
       
    22 //  RESOURCE INDENTIFIER
       
    23 //=============================================================================
       
    24 NAME    IEDT
       
    25 
       
    26 
       
    27 //=============================================================================
       
    28 //  INCLUDES
       
    29 //=============================================================================
       
    30 #include <eikon.rh>
       
    31 #include <avkon.rsg>
       
    32 #include <avkon.rh>
       
    33 #include <avkon.loc>
       
    34 #include <avkon.mbg>
       
    35 #include <appinfo.rh>
       
    36 
       
    37 #include "imageeditor.hrh"
       
    38 #include "imageeditor_gen.loc"
       
    39 
       
    40 #include <ImageEditor.loc>
       
    41 
       
    42 //=============================================================================
       
    43 //  CONSTANTS  
       
    44 //=============================================================================
       
    45 
       
    46 
       
    47 
       
    48 //=============================================================================
       
    49 //  MACROS
       
    50 //=============================================================================
       
    51 
       
    52 
       
    53 
       
    54 //=============================================================================
       
    55 //  RESOURCE DEFINITIONS 
       
    56 //=============================================================================
       
    57 
       
    58 RESOURCE RSS_SIGNATURE { }
       
    59 
       
    60 RESOURCE TBUF { buf="imageeditor"; }
       
    61 
       
    62 
       
    63 //=============================================================================
       
    64 //  APPLICATION INFO
       
    65 //=============================================================================
       
    66 RESOURCE EIK_APP_INFO
       
    67 {
       
    68 //    cba = R_AVKON_SOFTKEYS_EMPTY;
       
    69 }
       
    70 
       
    71 //=============================================================================
       
    72 //  LOCALISABLE APPLICATION INFO
       
    73 //=============================================================================
       
    74 RESOURCE LOCALISABLE_APP_INFO r_image_editor_app_info
       
    75 {
       
    76     caption_and_icon = 
       
    77     CAPTION_AND_ICON_INFO
       
    78     {
       
    79     };    
       
    80 }
       
    81 
       
    82 
       
    83 //=============================================================================
       
    84 //
       
    85 //  ERROR NOTES
       
    86 //
       
    87 //=============================================================================
       
    88 
       
    89 RESOURCE TBUF128 r_error_not_enough_disk_space
       
    90 {
       
    91     buf = qtn_memlo_memory_running_out;
       
    92 }
       
    93 
       
    94 RESOURCE TBUF128 r_error_not_enough_memory
       
    95 {
       
    96     buf = qtn_memlo_ram_out_of_mem;
       
    97 }
       
    98 
       
    99 RESOURCE TBUF128 r_error_saving
       
   100 {
       
   101     buf = qtn_sie_error_saving;
       
   102 }
       
   103 
       
   104 RESOURCE TBUF128 r_error_loading
       
   105 {
       
   106     buf = qtn_sie_error_loading;
       
   107 }
       
   108 
       
   109 RESOURCE TBUF128 r_error_processing
       
   110 {
       
   111     buf = qtn_sie_error_processing;
       
   112 }
       
   113 
       
   114 RESOURCE TBUF128 r_error_engine
       
   115 {
       
   116     buf = qtn_sie_error_engine;
       
   117 }
       
   118 
       
   119 RESOURCE TBUF128 r_error_internal
       
   120 {
       
   121     buf = qtn_sie_error_internal;
       
   122 }
       
   123 
       
   124 RESOURCE TBUF128 r_error_internal_non_recoverable
       
   125 {
       
   126     buf = qtn_sie_error_internal_non_recoverable;
       
   127 }
       
   128 
       
   129 // qtn_sie_error_protected_file not defined anywhere
       
   130 // is this even needed or can it be taken away?
       
   131 RESOURCE TBUF128 r_error_protected_file
       
   132 {
       
   133     buf = qtn_sie_error_protected_file;
       
   134 }