devicediagnostics/diagplugins/diagnetcoverageplugin/data/devdiagnetcoveragepluginrsc.rss
changeset 0 3ce708148e4d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/devicediagnostics/diagplugins/diagnetcoverageplugin/data/devdiagnetcoveragepluginrsc.rss	Thu Dec 17 08:40:12 2009 +0200
@@ -0,0 +1,233 @@
+/*
+* 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 file for DiagNetCoveragePlugin
+*
+*/
+
+
+
+//  RESOURCE IDENTIFIER
+NAME    DGNC // 4 letter ID
+
+//  INCLUDES
+#include    "diagnetcoverageplugin.hrh"
+#include    <diagnetcoverageplugin.loc>
+
+#include    <avkon.loc>
+#include    <avkon.mbg>
+#include    <avkon.rsg>
+#include    <AvkonIcons.hrh>
+#include    <bldvariant.hrh>
+#include    <data_caging_paths_strings.hrh>
+#include    <eikcore.rsg>
+#include    <eikon.rsg>
+#include    <uikon.rh>
+// ADO & Platformization Changes
+#include <eikon.rh>
+#include <avkon.rh>
+
+// CONSTANTS
+
+//  RESOURCE DEFINITIONS
+
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+RESOURCE TBUF
+    {
+    buf="DGNC";
+    }
+
+//----------------------------------------------------
+//  r_diag_net_coverage_plugin_name
+//
+// Network Coverage Plugin caption 
+//----------------------------------------------------
+//
+RESOURCE TBUF r_diag_net_coverage_plugin_name
+    {
+    buf = qtn_diag_lst_network_coverage;
+    }
+
+//----------------------------------------------------
+//  r_qtn_diag_lst_test_voice_network
+//
+// Network Coverage Plugin caption 
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_diag_lst_test_voice_network
+    {
+    buf = qtn_diag_lst_test_voice_network;
+    }
+
+//----------------------------------------------------
+//  r_qtn_diag_msg_title_voice_network
+//
+// Network Coverage Plugin caption 
+//----------------------------------------------------
+//    
+RESOURCE TBUF r_qtn_diag_msg_title_voice_network
+    {
+    buf = qtn_diag_msg_title_network_coverage;
+    }
+
+//----------------------------------------------------
+//  r_qtn_diag_msg_info_voice_network
+//
+// Network Coverage Plugin caption 
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_diag_msg_info_voice_network
+    {
+    buf = qtn_diag_conf_test_failed_network_coverage;
+    }
+
+//----------------------------------------------------
+//  r_qtn_diag_title_test_voice_network
+//
+// Network Coverage Plugin caption 
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_diag_title_test_voice_network
+    {
+    buf = qtn_diag_title_test_voice_network;
+    }
+    
+
+// ADO & Platformization Changes
+
+RESOURCE DIALOG r_diag_messagequery_title_netcoverage
+{
+		flags = EGeneralQueryFlags;
+		buttons = r_cba_netcoverage_single_execution;
+		items =
+		{
+			DLG_LINE 
+			{
+					type = EAknCtPopupHeadingPane;
+					id = EAknMessageQueryHeaderId;
+					control = AVKON_HEADING
+                {
+                label = qtn_diag_msg_title_network_coverage;
+                headinglayout = 0;
+                };
+			},
+			
+			DLG_LINE
+			{
+					type = EAknCtMessageQuery;
+					id = EAknMessageQueryContentId;
+					control = AVKON_MESSAGE_QUERY
+					{
+							message = qtn_diag_msg_info_network_coverage;
+					};
+					
+			}
+		
+		};
+
+}
+
+
+RESOURCE CBA r_cba_netcoverage_group_execution
+{
+		buttons =
+		{
+			CBA_BUTTON
+			{
+					id = EAknSoftkeyOk;
+					txt = text_softkey_ok;
+			},
+			
+			
+			CBA_BUTTON
+			{
+					id = ENetcoverageTestSkip;
+					txt = qtn_diag_softk_skip;
+			}
+			
+		};
+}
+
+
+
+RESOURCE CBA r_cba_netcoverage_single_execution
+{
+		buttons =
+		{
+			CBA_BUTTON
+			{
+					id = EAknSoftkeyOk;
+					txt = text_softkey_ok;
+			},
+			
+			
+			CBA_BUTTON
+			{
+					id = ENetcoverageTestCancel;
+					txt = text_softkey_cancel;
+			}
+			
+		};
+}
+
+//----------------------------------------------------
+//  r_network_softkeys_empty__cancel
+//
+// Buttons shown during the test. Shown when the
+// test is run as a part of a suite.
+//----------------------------------------------------
+//
+RESOURCE CBA r_network_softkeys_empty__cancel
+    {
+    buttons = 
+        {
+       CBA_BUTTON 
+	        { 
+            id  = EAknSoftkeyEmpty; 
+            txt = text_softkey_empty;
+	        },
+
+        CBA_BUTTON 
+	        { 
+            id  = ENetcoverageTestCancel;      // .hrh 
+            txt = text_softkey_cancel; // .rls or .loc
+	        } 
+
+	
+        };
+    }
+	
+RESOURCE DIALOG r_network_plugin_wait_note
+    {
+    flags = EAknWaitNoteFlags | EEikDialogFlagNotifyEsc;
+    buttons = r_network_softkeys_empty__cancel;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = EYBWaitNoteId;
+            control= AVKON_NOTE 
+                { 
+                layout = EWaitLayout;
+                singular_label = qtn_diag_msg_testing_network_coverage;
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+                };
+            }
+        };
+    }
+	
+//End of File