devicediagnostics/diagsuites/diagtoplevelsuiteplugin/data/devdiagtoplevelsuitepluginrsc.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
--- a/devicediagnostics/diagsuites/diagtoplevelsuiteplugin/data/devdiagtoplevelsuitepluginrsc.rss	Tue Feb 02 00:03:17 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,94 +0,0 @@
-/*
-* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  Resource definitions for project Diagnostics Top-Level Suite.
-*
-*/
-
-
-// Resource Name Identifier
-NAME DTLS
-
-// Include Files
-#include <eikon.rh>
-
-// Resource Identifiers
-RESOURCE RSS_SIGNATURE { }
-RESOURCE TBUF { buf="DTLS"; }
-
-// ========================== RESOURCE DEFINITIONS ===========================
-
-// ---------------------------------------------------------------------------
-// r_diag_top_level_suite_list_large_graphic
-// The suite's name in the main view listbox.
-// ---------------------------------------------------------------------------
-//
-RESOURCE TBUF r_diag_top_level_suite_list_large_graphic
-    {
-    buf = qtn_diag_lst_run_tests;
-    }
-
-// ---------------------------------------------------------------------------
-// r_diag_top_level_suite_heading_pane
-// The suite's name in the header of the dialog that is shown when starting
-// test execution.
-// ---------------------------------------------------------------------------
-//
-RESOURCE TBUF r_diag_top_level_suite_heading_pane
-    {
-    buf = qtn_diag_msg_title_all_tests;
-    }
-
-// ---------------------------------------------------------------------------
-// r_diag_top_level_suite_popup_info_pane
-// The body text of the dialog that is shown when starting test execution.
-// ---------------------------------------------------------------------------
-//
-RESOURCE TBUF r_diag_top_level_suite_popup_info_pane
-    {
-    buf = qtn_diag_msg_start_all;
-    }
-
-// ---------------------------------------------------------------------------
-// r_diag_top_level_suite_title_pane
-// The title pane shown when all tests are running.
-// ---------------------------------------------------------------------------
-//
-RESOURCE TBUF r_diag_top_level_suite_title_pane
-    {
-    buf = qtn_diag_title_test_all_tests;
-    }
-
-// ---------------------------------------------------------------------------
-// r_diag_top_level_suite_list_single_graphic
-// The suite's name in the suite view.
-// For the top-level suite, this is only used for debugging purposes!
-// ---------------------------------------------------------------------------
-//
-RESOURCE TBUF r_diag_top_level_suite_list_single_graphic
-    {
-    buf = qtn_diag_lst_run_tests;
-    }
-
-// ---------------------------------------------------------------------------
-// r_diag_top_level_suite_list_single
-// The suite's name in the results view.
-// For the top-level suite, this is only used for debugging purposes!
-// ---------------------------------------------------------------------------
-//
-RESOURCE TBUF r_diag_top_level_suite_list_single
-    {
-    buf = qtn_diag_lst_run_tests;
-    }
-
-// End of File