pnpmobileservices/pnpms/OnlineSupport/data/OnlineSupport.rss
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2004-2006 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:  Resource definitions for OnlineSupport 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    COMA // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.mbg>
       
    29 #include <avkon.hrh>
       
    30 #include <FileListModel.hrh>
       
    31 #include <FileListModel.rh>
       
    32 #include <avkon.loc>
       
    33 #include "OnlineSupport.hrh"
       
    34 
       
    35 // defined if building the resource with compile_localization_resources.bat
       
    36 //#ifdef SIS_RESOURCE_COMPILATION
       
    37 //	#include "LocalizedFiles\OnlineSupport.loc"
       
    38 //#else
       
    39 	#include <onlinesupport.loc>
       
    40 //#endif
       
    41 
       
    42 
       
    43 #include <appinfo.rh>
       
    44 #include <data_caging_paths_strings.hrh>
       
    45 
       
    46 //  CONSTANTS  
       
    47 
       
    48 
       
    49 //  RESOURCE DEFINITIONS 
       
    50 
       
    51 
       
    52 RESOURCE RSS_SIGNATURE { }
       
    53 
       
    54 RESOURCE TBUF32
       
    55     {
       
    56     buf = "\\System\\Data\\OnlineSupport";    // Default FileName.
       
    57     }
       
    58 
       
    59 
       
    60 //  RESOURCE DEFINITIONS 
       
    61 // -----------------------------------------------------------------------------
       
    62 //   
       
    63 // 
       
    64 // application information 
       
    65 //
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 
       
    69 RESOURCE EIK_APP_INFO
       
    70     {
       
    71     hotkeys = r_confmanager_hotkeys;  
       
    72     }
       
    73 
       
    74 //------------------------------------------------------------------------------
       
    75 //   
       
    76 // r_confmanager_hotkeys
       
    77 // Hotkeys for Configuration Manager
       
    78 //
       
    79 //------------------------------------------------------------------------------
       
    80 //
       
    81 RESOURCE HOTKEYS r_confmanager_hotkeys
       
    82     {
       
    83     control=
       
    84         {
       
    85         HOTKEY { command=EAknCmdExit; key='e'; }
       
    86         };
       
    87     }
       
    88 
       
    89 RESOURCE TBUF r_confmanager_confirmation
       
    90     {
       
    91     buf = qtn_op_pnp_query;
       
    92     }
       
    93 
       
    94 RESOURCE TBUF r_confmanager_errornote
       
    95     {
       
    96     buf = qtn_op_pnp_error;
       
    97     }
       
    98 
       
    99 RESOURCE TBUF r_confmanager_waitnote
       
   100     {
       
   101     buf = qtn_op_pnp_wait;
       
   102     }
       
   103 
       
   104 RESOURCE LOCALISABLE_APP_INFO r_onlinesupport_localisable_app_info
       
   105     {
       
   106     caption_and_icon = 
       
   107     CAPTION_AND_ICON_INFO
       
   108         {
       
   109         number_of_icons = 0;
       
   110         };
       
   111     }
       
   112 
       
   113 RESOURCE TBUF r_offline_mode
       
   114    {
       
   115    buf = qtn_offline_not_possible;
       
   116    }
       
   117    
       
   118 // End of File