applicationmanagement/server/group/applicationmanagement.rss
changeset 0 3ce708148e4d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/applicationmanagement/server/group/applicationmanagement.rss	Thu Dec 17 08:40:12 2009 +0200
@@ -0,0 +1,105 @@
+/*
+* Copyright (c) 2009 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:  Implementation of applicationmanagement components
+ *
+*/
+
+//  RESOURCE IDENTIFIER
+NAME    SIVA // 4 letter ID
+
+
+//  INCLUDES
+#include <bldvariant.hrh>
+#include <eikon.rh>
+#include <uikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.hrh>
+#include <AvkonIcons.hrh>
+#include <avkon.loc>
+#include <CommonDialogs.rh>
+#include <CommonDialogs.hrh>
+#include <data_caging_paths_strings.hrh>
+//#include "fotaserver.loc"
+
+//
+// AIF icons/files
+//
+#include <appinfo.rh>
+#include <applicationmanagement.loc>
+
+//  CONSTANTS  
+
+//  RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf = "ApplicationManagement"; }
+
+RESOURCE EIK_APP_INFO
+	{
+      
+	}
+
+RESOURCE TBUF r_progress_downloading
+    {
+    buf = qtn_dm_wait_downloading;
+    }
+
+RESOURCE TBUF r_download_cancelled
+    {
+    buf = qtn_dm_query_download_cancelled;
+    }
+
+//
+// AIF icons/files
+//
+RESOURCE LOCALISABLE_APP_INFO r_applicationmanagement_localisable_app_info
+    {
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+        number_of_icons = 0;
+        };
+    }
+
+RESOURCE DIALOG r_progress_note
+    {
+    flags = EAknProgressNoteFlags;
+    buttons = R_AVKON_SOFTKEYS_CANCEL;
+    items =
+        {
+        DLG_LINE
+            {
+            type = EAknCtNote;
+            id = EGeneralNote;
+            control = AVKON_NOTE
+                {
+                layout = EProgressLayout;
+                singular_label =qtn_dm_wait_downloading;
+                };
+            }
+        };
+    }
+
+RESOURCE TBUF r_downloadfailed_connection
+    {
+    buf = qtn_dm_query_connection_failed;
+    }
+
+RESOURCE TBUF r_downloadfailed_general
+    {
+    buf = qtn_dm_query_general_failed;
+    }