imstutils/imconversationview/imcmslauncherplugin/group/imcmslauncherplugin.mmp
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
--- a/imstutils/imconversationview/imcmslauncherplugin/group/imcmslauncherplugin.mmp	Thu Aug 19 09:41:53 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-/*
-* Copyright (c) 2008 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:  This plugin is loaded by the Communication Launcher
-*
-*/
-
-// To get the MW_LAYER_SYSTEMINCLUDE-definition
-#include <platform_paths.hrh>
-#include <data_caging_paths.hrh>
-#include "imcmslauncherplugin.hrh"
-
-TARGET                  imcmslauncherplugin.dll
-TARGETTYPE              plugin
-
-// Note: TAKE NEW UIDS
-UID                     0x10009D8D 0x200255D1
-
-VERSION      						10.0
-
-CAPABILITY              CAP_ECOM_PLUGIN
-VENDORID                VID_DEFAULT
-
-// ECOM RESOURCE
-START RESOURCE  				imcmslauncherplugin.rss
-TARGET          				imcmslauncherplugin
-TARGETPATH      				ECOM_RESOURCE_DIR
-END
-
-
-SOURCEPATH      				../src
-SOURCE          				imcmslauncherplugin.cpp
-
-
-USERINCLUDE     				.
-USERINCLUDE     				../inc
-
-APP_LAYER_SYSTEMINCLUDE
-SYSTEMINCLUDE   				/epoc32/include/ecom
-
-LIBRARY         				euser.lib   // Base
-LIBRARY         				ecom.lib
-LIBRARY         				bafl.lib
-LIBRARY         				charconv.lib
-
-LIBRARY         				cone.lib
-LIBRARY         				eikcore.lib
-LIBRARY         				apgrfx.lib
-
-DEBUGLIBRARY    				flogger.lib // Sending trace data to log file
-DEBUGLIBRARY    				efsrv.lib   // file server
-LIBRARY         				apparc.lib
-
-// imcvlauncher
-LIBRARY									imcvlauncher.lib
-LIBRARY     						serviceprovidersettings.lib
-
-// End of file