phoneengine/loghandling/group/loghandling.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:16:48 +0300
changeset 77 2be0b271d017
parent 37 ba76fc04e6c2
child 76 cfea66083b62
permissions -rw-r--r--
Revision: 201037 Kit: 201039

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

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

SMPSAFE