dcmofw/dcmoserver/data/dcmo.rss
changeset 68 415c00f1675d
parent 63 e0c1916b8ddc
child 72 8ee66fcd0a7c
equal deleted inserted replaced
63:e0c1916b8ddc 68:415c00f1675d
     1 /*
       
     2 * Copyright (c) 2009 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 file for DCMO component.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <bldvariant.hrh>
       
    21 #include <eikon.rh>
       
    22 #include <avkon.rh>
       
    23 #include <avkon.rsg>
       
    24 #include <dcmo.loc>
       
    25 
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 
       
    28 RESOURCE TBUF { buf=""; }
       
    29 
       
    30 
       
    31 //  CONSTANTS  
       
    32 
       
    33 //  MACROS  
       
    34 
       
    35 //  RESOURCE DEFINITIONS 
       
    36 
       
    37  
       
    38 // r_dm_run_time_var_disable
       
    39 // Text for showing Disabled
       
    40 // Info note for showing the information received.
       
    41 //
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 RESOURCE TBUF r_dm_run_time_var_disable    { buf = qtn_dm_run_time_var_disable; }
       
    45 
       
    46 // r_dm_run_time_var_enable
       
    47 // Text for showing Enabled
       
    48 // Info note for showing the information received.
       
    49 //
       
    50 // -----------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE TBUF r_dm_run_time_var_enable    { buf = qtn_dm_run_time_var_enable; }
       
    53 
       
    54 // r_dm_run_time_var_camera
       
    55 // Text for showing Camera
       
    56 // Info note for showing the information received.
       
    57 //
       
    58 // -----------------------------------------------------------------------------
       
    59 //
       
    60 RESOURCE TBUF r_dm_run_time_var_camera    { buf = qtn_dm_run_time_var_camera; }
       
    61 
       
    62 // r_dm_run_time_var_firmware_update
       
    63 // Text for showing Firmware Update
       
    64 // Info note for showing the information received.
       
    65 //
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 RESOURCE TBUF r_dm_run_time_var_firmware_update    { buf = qtn_dm_run_time_var_firmware_update; }
       
    69 
       
    70 // r_dm_run_time_var_external_memory_card
       
    71 // Text for showing External Memort Card
       
    72 // Info note for showing the information received.
       
    73 //
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 RESOURCE TBUF r_dm_run_time_var_ext_memory    { buf = qtn_dm_run_time_var_ext_memory; }
       
    77 
       
    78 // r_dm_run_time_var_bluetooth
       
    79 // Text for showing Bluetooth
       
    80 // Info note for showing the information received.
       
    81 //
       
    82 // -----------------------------------------------------------------------------
       
    83 //
       
    84 RESOURCE TBUF r_dm_run_time_var_bluetooth    { buf = qtn_dm_run_time_var_bluetooth; }
       
    85 
       
    86 // r_dm_run_time_var_wlan
       
    87 // Text for showing WLAN
       
    88 // Info note for showing the information received.
       
    89 //
       
    90 // -----------------------------------------------------------------------------
       
    91 //
       
    92 RESOURCE TBUF r_dm_run_time_var_wlan    { buf = qtn_dm_run_time_var_wlan; }
       
    93 
       
    94 // r_dm_run_time_var_desktop_sync
       
    95 // Text for showing Desktop Sync
       
    96 // Info note for showing the information received.
       
    97 //
       
    98 // -----------------------------------------------------------------------------
       
    99 //
       
   100 RESOURCE TBUF r_dm_run_time_var_desktop_sync    { buf = qtn_dm_run_time_var_desktop_sync; }
       
   101 
       
   102 
       
   103 // End of File