phoneengine/loghandling/group/loghandling.mmp
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:21 +0100
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 21 92ab7f8d0eab
parent 37 ba76fc04e6c2
permissions -rw-r--r--
Catchup to latest Symbian^4

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