browserutilities/schemehandler/SchemeApp/data/SchemeApp.rss
changeset 0 dd21522fd290
child 37 cb62a4f66ebe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/browserutilities/schemehandler/SchemeApp/data/SchemeApp.rss	Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,89 @@
+/*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "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: 
+*     This file contains all the resources for the Scheme Handler App.
+*
+*/
+
+
+// RESOURCE IDENTIFIER
+
+NAME FAET
+
+// INCLUDES
+
+#include <eikon.rh>
+#include "Scheme.hrh"
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <data_caging_paths_strings.hrh>
+#include <SchemeApp.loc>
+
+// RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf = "SchemeApp"; }
+
+RESOURCE EIK_APP_INFO
+    {
+    }
+
+#include <appinfo.rh>
+
+//----------------------------------------------------
+//   
+//    r_schemeapp_localisable_app_info
+//    ?description
+//
+//----------------------------------------------------
+//
+RESOURCE LOCALISABLE_APP_INFO r_schemeapp_localisable_app_info
+    {
+    short_caption = qtn_apps_services_grid;
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+        caption = qtn_apps_services_list;
+
+#ifdef __SCALABLE_ICONS
+        number_of_icons = 1;
+        icon_file = 
+        APP_RESOURCE_DIR"\\schemeapp_aif.mif";
+#else
+        number_of_icons = 2;
+        icon_file = 
+        APP_RESOURCE_DIR"\\schemeapp_aif.mbm";
+#endif  // __SCALABLE_ICONS
+        };
+    }
+
+RESOURCE DIALOG r_scheme_dialog
+    {
+    flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
+            EEikDialogFlagFillAppClientRect | EEikDialogFlagCbaButtons |
+            EEikDialogFlagModeless;
+
+    buttons = R_AVKON_SOFTKEYS_BACK;
+    items =
+        {
+        DLG_LINE
+            {
+            id = ESchemeAppCtlLabel;
+            type = EEikCtLabel;
+            control = LABEL { txt = "";};
+            }
+        };
+    }