applicationmanagement/server/group/applicationmanagement.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
--- a/applicationmanagement/server/group/applicationmanagement.rss	Tue Feb 02 00:03:17 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-/*
-* 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;
-    }