phoneengine/loghandling/group/loghandling.mmp
changeset 0 5f000ab63145
child 21 92ab7f8d0eab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneengine/loghandling/group/loghandling.mmp	Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,65 @@
+/*
+* Copyright (c) 2005 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 Log Handling dll
+*
+*/
+
+#ifdef RD_PHONE_NG
+
+#include <platform_paths.hrh>
+
+TARGET          loghandling.dll
+TARGETTYPE      dll
+UID             0x10000079 0x1000A830
+VENDORID		VID_DEFAULT
+
+CAPABILITY		CAP_GENERAL_DLL
+
+SOURCEPATH      ../src
+
+SOURCE          cpeloghandling.cpp
+SOURCE          cpeloginfo.cpp
+SOURCE          cpeloghandlingdummy.cpp
+SOURCE          cpeloghandlingproxy.cpp
+SOURCE          peloghandlingpanic.cpp
+SOURCE          cpelogevent.cpp
+SOURCE          cpeloghandlingcommand.cpp
+SOURCE          cpelogexternaldata.cpp
+SOURCE          cpelogextensionwrapper.cpp
+
+USERINCLUDE     ../inc
+
+APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
+SYSTEMINCLUDE   ../../inc          // PhoneEngine private headers
+SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
+SYSTEMINCLUDE   /epoc32/include/ecom
+
+LIBRARY         customapi.lib
+LIBRARY         efsrv.lib
+LIBRARY         engineinfo.lib
+LIBRARY         euser.lib
+LIBRARY         flogger.lib // For logging
+LIBRARY         logcli.lib 
+LIBRARY         logwrap.lib 
+
+LIBRARY         centralrepository.lib
+LIBRARY         serviceprovidersettings.lib
+LIBRARY         ecom.lib
+
+LANG            SC
+START WINS
+BASEADDRESS 0x10040000
+END
+
+#endif // RD_PHONE_NG
\ No newline at end of file