devicediagnostics/diagsuites/diagconnectivitysuiteplugin/data/devdiagconnectivitysuitepluginrsc.rss
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2007 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 project Diagnostics Connectivity Suite.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Resource Name Identifier
       
    20 NAME DCOS
       
    21 
       
    22 // Include Files
       
    23 #include <eikon.rh>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.loc>
       
    26 #include <avkon.rsg>
       
    27 #include <diagconnectivitysuiteplugin.loc>
       
    28 #include "diagconnectivitysuiteplugin.hrh"
       
    29 
       
    30 // Resource Identifiers
       
    31 RESOURCE RSS_SIGNATURE { }
       
    32 RESOURCE TBUF { buf="DCOS"; }
       
    33 
       
    34 // ========================== RESOURCE DEFINITIONS ===========================
       
    35 
       
    36 // ---------------------------------------------------------------------------
       
    37 // r_diag_connectivity_suite_list_large_graphic
       
    38 // The suite's name in the main view listbox.
       
    39 // ---------------------------------------------------------------------------
       
    40 //
       
    41 RESOURCE TBUF r_diag_connectivity_suite_list_large_graphic
       
    42     {
       
    43     buf = qtn_diag_lst_view_my_hw;
       
    44     }
       
    45 
       
    46 // ---------------------------------------------------------------------------
       
    47 // r_diag_connectivity_suite_heading_pane
       
    48 // The suite's name in the header of the dialog that is shown when starting
       
    49 // test execution.
       
    50 // ---------------------------------------------------------------------------
       
    51 //
       
    52 RESOURCE TBUF r_diag_connectivity_suite_heading_pane
       
    53     {
       
    54     buf = qtn_diag_msg_title_all_my_hw;
       
    55     }
       
    56 
       
    57 // ---------------------------------------------------------------------------
       
    58 // r_diag_connectivity_suite_popup_info_pane
       
    59 // The body text of the dialog that is shown when starting test execution.
       
    60 // ---------------------------------------------------------------------------
       
    61 //
       
    62 RESOURCE TBUF r_diag_connectivity_suite_popup_info_pane
       
    63     {
       
    64     buf = qtn_diag_msg_all_my_hw;
       
    65     }
       
    66 
       
    67 // ---------------------------------------------------------------------------
       
    68 // r_diag_connectivity_suite_title_pane
       
    69 // The title pane shown when hardware tests are running.
       
    70 // ---------------------------------------------------------------------------
       
    71 //
       
    72 RESOURCE TBUF r_diag_connectivity_suite_title_pane
       
    73     {
       
    74     buf = qtn_diag_title_connectivity;
       
    75     }
       
    76 
       
    77 // ---------------------------------------------------------------------------
       
    78 // r_diag_connectivity_suite_list_single_graphic
       
    79 // Suite name in the suite view listbox.
       
    80 // ---------------------------------------------------------------------------
       
    81 //
       
    82 RESOURCE TBUF r_diag_connectivity_suite_list_single_graphic
       
    83     {
       
    84     buf = qtn_diag_folder_connectivity;
       
    85     }
       
    86 
       
    87 // ---------------------------------------------------------------------------
       
    88 // r_diag_connectivity_suite_list_single
       
    89 // The suite's name in the results view.
       
    90 // ---------------------------------------------------------------------------
       
    91 //
       
    92 RESOURCE TBUF r_diag_connectivity_suite_list_single
       
    93     {
       
    94     buf = qtn_diag_folder_connectivity;
       
    95     }
       
    96 
       
    97 // End of File