psln/Rss/PslnCommon.rss
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
--- a/psln/Rss/PslnCommon.rss	Fri Jun 25 18:53:58 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-/*
-* 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
-
-