emailcontacts/remotecontactlookup/engine/group/pbkxrclengine.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:39:21 +0200
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* 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/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

SYSTEMINCLUDE   /epoc32/include/ecom
USERINCLUDE    ../../../../inc
SYSTEMINCLUDE	/epoc32/include/cshelp

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

SOURCEPATH      ../data
START RESOURCE	engine.rss
HEADER
TARGET          pbkxrclengine.rsc
TARGETPATH      resource/apps
LANGUAGE_IDS
END