notepad/notepad1/AppData/Notepad.rss
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Resources of Notepad Application.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    NTPD // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include <uikon.rh>
       
    24 #include <appinfo.rh>
       
    25 #include <notepad.loc>
       
    26 #include <data_caging_paths_strings.hrh>
       
    27 //  RESOURCE DEFINITIONS 
       
    28 // -----------------------------------------------------------------------------
       
    29 //   
       
    30 // Signature of this resource.
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 RESOURCE RSS_SIGNATURE
       
    35     {
       
    36     }
       
    37 
       
    38 // -----------------------------------------------------------------------------
       
    39 //   
       
    40 // Default document of this application
       
    41 //
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 RESOURCE TBUF1
       
    45     {
       
    46     buf = "";
       
    47     }
       
    48 
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 // Application information.
       
    52 //
       
    53 // -----------------------------------------------------------------------------
       
    54 //
       
    55 RESOURCE EIK_APP_INFO
       
    56     {
       
    57     }
       
    58      
       
    59 RESOURCE LOCALISABLE_APP_INFO r_notepad_localisable_app_info
       
    60     {
       
    61     short_caption = qtn_apps_notepad_grid;
       
    62     caption_and_icon = 
       
    63     CAPTION_AND_ICON_INFO
       
    64         {
       
    65         caption = qtn_apps_notepad_list;
       
    66         #ifdef __SCALABLE_ICONS
       
    67         number_of_icons = 1;
       
    68         icon_file = APP_BITMAP_DIR"\\Notepad_aif.mif";
       
    69         #else // __SCALABLE_ICONS
       
    70         number_of_icons = 2;
       
    71         icon_file = APP_BITMAP_DIR"\\Notepad_aif.mbm";
       
    72         #endif // __SCALABLE_ICONS
       
    73         };
       
    74      }
       
    75        
       
    76 // End of File