psln/Rss/PslnCommon.rss
changeset 0 2f259fa3e83a
child 18 0aa5fbdfbc30
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/psln/Rss/PslnCommon.rss	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,59 @@
+/*
+* Copyright (c) 2005-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:  Common resources for application, framework and plugins.
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    PSLC // 4 letter ID
+
+//  INCLUDES
+#include "psln.hrh"
+#include <psln.loc>
+#include <uikon.rh>
+#include <avkon.rh>
+#include <eikon.rh>
+
+//  RESOURCE DEFINITIONS 
+RESOURCE RSS_SIGNATURE { }
+RESOURCE TBUF { buf=""; }
+
+// -----------------------------------------------------------------------------
+//
+//    r_psln_gen_view_menupane
+//    Menu pane for general theme view.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_psln_gen_view_menupane
+    {
+    items =
+        {
+        MENU_ITEM 
+            {
+            command = EPslnCmdAppDownload;
+            txt = qtn_skins_option_dltheme;
+            },
+        MENU_ITEM 
+            {
+            command = EPslnCmdAppActivate;
+            txt = qtn_skins_option_activate;
+            }  
+        };
+    }
+
+// End of File
+
+