pnpmobileservices/pnpms/PnP/PnpProvisioningAppData/PnpProvisioning.rss
changeset 0 3ce708148e4d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pnpmobileservices/pnpms/PnP/PnpProvisioningAppData/PnpProvisioning.rss	Thu Dec 17 08:40:12 2009 +0200
@@ -0,0 +1,139 @@
+/*
+* Copyright (c) 2004-2006 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 PnPProvisioning 
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    PNPP // 4 letter ID
+
+//  INCLUDES
+
+#include <eikon.rh>
+#include "pnpprovisioning.hrh"
+
+#include <pnpprovisioning.loc>
+
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <appinfo.rh>
+#include <data_caging_paths_strings.hrh>
+
+
+//  RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf = "PnpProvisioning"; }
+
+RESOURCE EIK_APP_INFO
+    {
+    cba = R_AVKON_SOFTKEYS_EMPTY;     
+    }
+
+
+RESOURCE LOCALISABLE_APP_INFO r_pnpprovisioning_localisable_app_info
+    {
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+        number_of_icons = 0;
+        };
+    }
+
+
+//----------------------------------------------------
+//   
+//    r_pnpprovisioning_hotkeys
+//
+//----------------------------------------------------
+//
+RESOURCE HOTKEYS r_pnpprovisioning_hotkeys
+    {
+    control =
+        {
+        HOTKEY { command = EAknCmdExit; key='e'; }
+        };
+    }
+
+
+RESOURCE TBUF r_text_query
+    {
+    buf = qtn_op_pnp_query_save;
+    }
+
+RESOURCE TBUF r_text_set_default
+    {
+    buf = qtn_op_pnp_query_set_sefault;
+    }
+
+RESOURCE TBUF r_text_wait_saving
+    {
+    buf = qtn_op_pnp_wait_saving;
+    }
+
+// ---------------------------------------------------------
+//   
+//    r_text_saved
+//    All settings were saved
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_text_saved
+    {
+    buf = qtn_op_pnp_info_saved;
+    }
+
+// ---------------------------------------------------------
+//   
+//    r_text_cannot_save
+//    Setting cannot save
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_text_cannot_save
+    {
+    buf = qtn_op_pnp_error_not_saved;
+    }
+
+// ---------------------------------------------------------
+//   
+//    r_text_plugin_caption
+//    Caption for Service Help Plugin
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_text_plugin_caption
+    {
+    buf = qtn_cp_fetch_settings;
+    }
+
+// ---------------------------------------------------------
+//   
+//    r_text_email_service_note
+//    Note displayed after mailbox settings saved 
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_text_email_service_note
+    {
+    buf = qtn_op_pnp_mailbox_saved_default;
+    }
+   
+
+
+// End of File