emailcontacts/remotecontactlookup/engine/group/pbkxrclengine.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 11 0396474f30f5
child 13 8592a65ad3fb
--- a/emailcontacts/remotecontactlookup/engine/group/pbkxrclengine.mmp	Mon Mar 15 12:39:10 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,115 +0,0 @@
-/*
-* Copyright (c) 2007,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:  Project definition file for the engine.
-*
-*/
-
-
-#include <platform_paths.hrh>
-#include <data_caging_paths.hrh>
-
-#include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
-#include "../../../../inc/emailtraceconfig.hrh"
-#include "../inc/pbkxrclengineuids.hrh"
-
-OPTION CW -frame on
-
-TARGET          pbkxrclengine.dll
-TARGETTYPE      DLL
-UID             0x1000008d KPbkxRclEngineUid
-
-CAPABILITY      CAP_GENERAL_DLL
-VENDORID        VID_DEFAULT
-
-VERSION         KEmailBinaryVersionNumber
-KEmailBinaryDemandPaging
-
-SOURCEPATH      ../src
-SOURCE          cpbkxrclsearchengine.cpp
-SOURCE          cpbkxrclsettingsengine.cpp
-SOURCE          cpbkxrclqueryeditor.cpp
-SOURCE          cpbkxrclresultinfodlg.cpp
-SOURCE          cpbkxrclsearchresultdlg.cpp
-SOURCE          cpbkxrclserviceuicontextimpl.cpp
-SOURCE          cpbkxrclprotocolresultimpl.cpp
-SOURCE          cpbkxrclprotocolenvimpl.cpp
-SOURCE          cpbkxrclprotocolaccountimpl.cpp
-SOURCE          pbkxrclutils.cpp
-SOURCE          cpbkxrcleventscheduler.cpp
-SOURCE          cpbkxrclvcardsender.cpp
-SOURCE          cpbkxrclcbrsender.cpp
-SOURCE          cpbkxrclactionservicewrapper.cpp
-SOURCE          cpbkxrclcontactupdater.cpp
-SOURCE          cpbkxrclsettingitem.cpp
-SOURCE          cpbkxrclbasedlg.cpp
-SOURCE          cpbkxrclsearchresultlistbox.cpp
-SOURCE          cpbkxrclresultinfolistbox.cpp
-SOURCE          cpbkxrclcontactconverter.cpp
-
-USERINCLUDE     ../inc
-USERINCLUDE     ../loc
-USERINCLUDE     ../../inc
-
-APP_LAYER_SYSTEMINCLUDE
-
-USERINCLUDE    ../../../../inc
-
-LIBRARY         euser.lib 
-LIBRARY         ecom.lib
-LIBRARY         centralrepository.lib
-LIBRARY         commonengine.lib
-LIBRARY         cone.lib
-LIBRARY         cntmodel.lib
-LIBRARY         avkon.lib
-LIBRARY         eikcoctl.lib
-LIBRARY         eikctl.lib 
-LIBRARY         eikdlg.lib
-LIBRARY         eikcore.lib
-LIBRARY         bafl.lib
-LIBRARY         pbkeng.lib
-LIBRARY         pbkview.lib
-LIBRARY         aknskins.lib 
-LIBRARY         aknskinsrv.lib
-LIBRARY         efsrv.lib
-LIBRARY         estor.lib
-LIBRARY         bcardeng.lib
-LIBRARY         sendui.lib
-LIBRARY         etext.lib
-LIBRARY         featmgr.lib
-LIBRARY         servicehandler.lib
-LIBRARY         ws32.lib
-LIBRARY         egul.lib
-LIBRARY         aknicon.lib
-LIBRARY         fepbase.lib
-LIBRARY         hlplch.lib
-LIBRARY         VPbkEng.lib
-LIBRARY         VPbkVCardEng.lib
-LIBRARY         PlatformEnv.lib
-LIBRARY         cmaillogger.lib
-#if (PBKX_DEBUG_LEVEL > 0)
-LIBRARY         pbkxdebug.lib
-#endif
-
-#ifdef TRACE_INTO_FILE
-LIBRARY         flogger.lib
-#endif // TRACE_INTO_FILE
-
-SOURCEPATH      ../data
-START RESOURCE  engine.rss
-HEADER
-TARGET          pbkxrclengine.rsc
-TARGETPATH      resource/apps
-LANGUAGE_IDS
-END
-