csxhelp/HelpEngine/rss/HelpEngine.rss
branchRCL_3
changeset 18 cbffe13eac63
parent 0 1f04cf54edd8
equal deleted inserted replaced
17:12f60d9a73b3 18:cbffe13eac63
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 */
       
    19 
       
    20 NAME HELL
       
    21 #include <eikon.rh>
       
    22 #include <eikon.rsg>
       
    23 #include <avkon.rh>
       
    24 
       
    25 NAME HE
       
    26 // ---------------------------------------------------------
       
    27 //   
       
    28 //    Define the resource file signature 
       
    29 //    This resource should be empty.
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 RESOURCE RSS_SIGNATURE { }
       
    34 
       
    35 RESOURCE TBUF { buf=""; }
       
    36 // ---------------------------------------------------------
       
    37 //   
       
    38 //    Define default menu and CBA key.
       
    39 //
       
    40 // ---------------------------------------------------------
       
    41 //
       
    42 
       
    43 //								
       
    44 ///    Folder Name Texts:		
       
    45 //	   Their content is at the loc-file	
       
    46 
       
    47 STRUCT STRING
       
    48     {
       
    49     LTEXT text;
       
    50     }	
       
    51 
       
    52 RESOURCE TBUF r_type_xhtml_folder_name 
       
    53     {
       
    54     buf = qtn_app_xhtml_folder_text;
       
    55     }
       
    56     
       
    57 //								
       
    58 ///    Meta FileName Texts:		
       
    59 //	   Their content is at the loc-file		
       
    60 
       
    61 RESOURCE TBUF r_type_meta_file_name 
       
    62     {
       
    63     buf = qtn_app_meta_file_text;
       
    64     }
       
    65     
       
    66 //								
       
    67 ///    Index FileName Texts:		
       
    68 //	   Their content is at the loc-file		
       
    69 
       
    70 RESOURCE TBUF r_type_index_file_name 
       
    71     {
       
    72     buf = qtn_app_index_file_text;
       
    73     }
       
    74 
       
    75 //								
       
    76 ///    Keywordsearch FileName Texts:		
       
    77 //	   Their content is at the loc-file		
       
    78 RESOURCE TBUF r_type_kywd_file_name 
       
    79     {
       
    80     buf = qtn_app_kywd_file_text;
       
    81     }   
       
    82 
       
    83 //								
       
    84 ///    Forward slash:		
       
    85 //	   Their content is at the loc-file		
       
    86 RESOURCE TBUF r_type_forward_slash
       
    87     {
       
    88     buf = qtn_app_forward_slash_text;
       
    89     }
       
    90     
       
    91 //								
       
    92 ///    ApplicationName Tag Texts:		
       
    93 //	   Their content is at the loc-file		
       
    94 
       
    95 RESOURCE TBUF r_type_application_tag_name 
       
    96     {
       
    97     buf = qtn_app_application_name_tag_text;
       
    98     }
       
    99 
       
   100 //								
       
   101 ///    Index FileName Texts:		
       
   102 //	   Their content is at the loc-file		
       
   103 
       
   104 RESOURCE TBUF r_type_toc2title_tag_name 
       
   105     {
       
   106     buf = qtn_app_toc2title_name_tag_text;
       
   107     }
       
   108 
       
   109 //								
       
   110 ///    Index FileName Texts:		
       
   111 //	   Their content is at the loc-file		
       
   112 
       
   113 RESOURCE TBUF r_type_htmlpage_tag_name 
       
   114     {
       
   115     buf = qtn_app_htmlpage_name_tag_text;
       
   116     }
       
   117     
       
   118 //								
       
   119 ///    Index FileName Texts:		
       
   120 //	   Their content is at the loc-file		
       
   121 
       
   122 RESOURCE TBUF r_type_compress_tag_name 
       
   123     {
       
   124     buf = qtn_app_compress_name_tag_text;
       
   125     }
       
   126     
       
   127 //								
       
   128 ///    Index FileName Texts:		
       
   129 //	   Their content is at the loc-file		
       
   130 RESOURCE TBUF r_type_compress_tag_value_name 
       
   131     {
       
   132     buf = qtn_app_compress_name_tag_value_text;
       
   133     }
       
   134     
       
   135 //								
       
   136 ///    keywordsearch FileName Texts:		
       
   137 //	   Their content is at the loc-file		
       
   138 RESOURCE TBUF r_type_searchview_toc1title_tag_name 
       
   139     {
       
   140     buf = qtn_app_searchview_toc1title_tag_text;
       
   141     }
       
   142     
       
   143 //								
       
   144 ///    keywordsearch FileName Texts:		
       
   145 //	   Their content is at the loc-file		
       
   146 RESOURCE TBUF r_type_searchview_toc2title_tag_name 
       
   147     {
       
   148     buf = qtn_app_searchview_toc2title_tag_text;
       
   149     }
       
   150     
       
   151 RESOURCE TBUF r_type_title_help
       
   152     {
       
   153     buf = qtn_help_title_hel;
       
   154     }
       
   155