Update contrib.
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // logstub.dll Stub API around log engine to be used when removing log engine from the ROM
23 MACRO NO_LOG_ENGINE_IN_ROM
28 //CodeWarrior compilation options - disable the "illegal pragma" warning
29 OPTION CW -w noillpragmas
31 DEFFILE logwrap.def // provide the same API as logwrap.dll
32 NOEXPORTLIBRARY // but don't generate a .lib file
34 UID 0x1000008d 0x10005342
39 SOURCEPATH ../LogWrap/src
40 SOURCE LOGACT.CPP LOGWRAP.CPP LOGEVENT.CPP LOGBASE.CPP LOGDLL.CPP
41 USERINCLUDE ../LogWrap/inc
42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
43 LIBRARY euser.lib efsrv.lib bafl.lib estor.lib
46 START RESOURCE LOGWRAP.RSS
47 TARGETPATH resource/logeng
52 BASEADDRESS 0x4ADA0000