imstatuspaneindicatorplugin/group/imstatuspaneindicatorplugin.mmp
branchRCL_3
changeset 28 3104fc151679
parent 27 2b7283837edb
child 29 9a48e301e94b
--- a/imstatuspaneindicatorplugin/group/imstatuspaneindicatorplugin.mmp	Thu Aug 19 09:41:53 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,87 +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:  plugin to the status pane.
-*
-*/
-
-
-
-#include "../inc/imstatuspaneindicatorpluginuids.h"
-#include <data_caging_paths.hrh>
-
-
-#include <platform_paths.hrh>
-
-// Build target
-TARGET          imstatuspaneindicatorplugin.dll
-TARGETTYPE      PLUGIN
-UID             KECOMRECOGNITIONUID2 KIMSTATUSPANEINDICATORPLUGINUID3
-VENDORID        VID_DEFAULT
-CAPABILITY CAP_ECOM_PLUGIN
-VERSION      10.0
-
-//used to allow binary compression by making use of BYTEPAIR algorithm
-PAGED 
-
-// Source files location
-SOURCEPATH      ../src
-SOURCE          imstatuspaneindicatorproxy.cpp 
-SOURCE			imstatuspaneindicator.cpp
-SOURCE			imstatuspaneindicatorpluginimplementation.cpp
-
-
-
-// Resources
-START RESOURCE ../rss/20026767.rss
-	TARGET imstatuspaneindicatorplugin.rsc
-	TARGETPATH ECOM_RESOURCE_DIR
-END
-
-START RESOURCE  ../rss/imstatuspaneindicatorpluginrss.rss
-DEPENDS aknfep.rsg
-HEADER
-TARGETPATH RESOURCE_FILES_DIR
-LANGUAGE_IDS
-END
-
-
-
-// Include paths
-USERINCLUDE     ../inc
-
-APP_LAYER_SYSTEMINCLUDE
-
-SYSTEMINCLUDE   /epoc32/include/ecom
-
-
-// Dependencies to system components
-LIBRARY     eikcore.lib
-LIBRARY     cone.lib
-LIBRARY     euser.lib
-LIBRARY     ecom.lib
-LIBRARY     avkon.lib
-LIBRARY     commonengine.lib    // stringloader
-LIBRARY     bafl.lib            // baflutils
-LIBRARY     efsrv.lib           // TParsePtrC
-LIBRARY     apgrfx.lib 
-LIBRARY     apparc.lib 
-
-//phone book
-LIBRARY		xSPViewServices.lib
-// imcvlauncher
-LIBRARY					imcvlauncher.lib
-// sp settings
-LIBRARY    		serviceprovidersettings.lib
-// End of File
-