phoneengine/contacthandling/group/contacthandling.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:18:27 +0200
changeset 0 5f000ab63145
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* Copyright (c) 2004 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 specification file for Contact Handling dll
*
*/

#ifdef RD_PHONE_NG

#include <platform_paths.hrh>

TARGET          contacthandling.dll
TARGETTYPE      dll
UID             0x1000008D 0x1000A836    
VENDORID		VID_DEFAULT

CAPABILITY		CAP_GENERAL_DLL

SOURCEPATH      ../src

SOURCE          cpecontacthandling.cpp
SOURCE          cpecontacthandlingdummy.cpp
SOURCE          cpecontacthandlingproxy.cpp
SOURCE          cpecontactmatch.cpp
SOURCE          pecontacthandlingpanic.cpp
SOURCE          cpecontactextensionwrapper.cpp

USERINCLUDE     ../inc

APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
SYSTEMINCLUDE   ../../inc          // PhoneEngine private headers
SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
SYSTEMINCLUDE   /epoc32/include/connect

LIBRARY	        serviceprovidersettings.lib
LIBRARY	        bafl.lib
LIBRARY         ecom.lib	
LIBRARY         efsrv.lib // For reading picture.	
LIBRARY         engineinfo.lib	
LIBRARY         euser.lib	
LIBRARY         featmgr.lib // Feature manager. 	
LIBRARY         flogger.lib // For logging.	
LIBRARY         phonecntfinder.lib	

LANG            SC

START WINS
BASEADDRESS 0x10040000
END

#endif // RD_PHONE_NG