phoneengine/callhandling/group/callhandling.mmp
changeset 36 2eacb6118286
parent 30 ebdbd102c78a
child 37 ba76fc04e6c2
--- a/phoneengine/callhandling/group/callhandling.mmp	Fri May 14 15:51:57 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-/*
-* Copyright (c) 2004-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 specification file for Call Handling dll
-*
-*/
-
-
-#include <platform_paths.hrh>
-
-TARGET          callhandling.dll
-TARGETTYPE      dll
-UID             0x1000008D 0x1000A82F
-VENDORID        VID_DEFAULT
-
-CAPABILITY      CAP_GENERAL_DLL
-
-SOURCEPATH      ../src
-
-SOURCE      cpecall.cpp
-SOURCE      cpesinglecall.cpp
-SOURCE      cpesinglecallobserver.cpp
-SOURCE      cpecallhandling.cpp
-SOURCE      cpedtmfhandling.cpp
-SOURCE      cpeconferencecall.cpp 
-SOURCE      pecallhandlingpanic.cpp
-SOURCE      cpesupplementaryservicesmonitor.cpp
-SOURCE      cpecallarrayowner.cpp
-SOURCE      cpegprstermination.cpp
-SOURCE      cpesystemcallstate.cpp
-SOURCE      cpevideocallhandling.cpp
-SOURCE      cpecceobserver.cpp
-
-USERINCLUDE     ../inc
-
-APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
-SYSTEMINCLUDE   ../../inc       // PhoneEngine private headers
-SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
-SYSTEMINCLUDE   /epoc32/include/kernel
-
-LIBRARY callprovider.lib
-LIBRARY cce.lib
-LIBRARY ecom.lib    // ECOM plugin usage.
-LIBRARY engineinfo.lib
-LIBRARY etelmm.lib //TO BE REMOVED! STILL USED BY CPECallHandling.
-LIBRARY euser.lib
-LIBRARY featmgr.lib // Feature manager. 
-LIBRARY flogger.lib
-LIBRARY phonesettings.lib
-
-LANG            SC
-START WINS
-BASEADDRESS 0x10040000
-END