loggingservices/eventlogger/group/logstub.mmp
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // logstub.dll Stub API around log engine to be used when removing log engine from the ROM
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 MACRO		NO_LOG_ENGINE_IN_ROM
       
    24 TARGET        	logstub.dll
       
    25 TARGETTYPE    	dll
       
    26 CAPABILITY	All -Tcb
       
    27 
       
    28 //CodeWarrior compilation options - disable the "illegal pragma" warning
       
    29 OPTION CW -w noillpragmas
       
    30 
       
    31 DEFFILE		logwrap.def		// provide the same API as logwrap.dll
       
    32 NOEXPORTLIBRARY				// but don't generate a .lib file
       
    33 
       
    34 UID    	0x1000008d 0x10005342
       
    35 VENDORID 0x70000001
       
    36 
       
    37 SMPSAFE
       
    38 
       
    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
       
    44 
       
    45 SOURCEPATH			../LogWrap
       
    46 START RESOURCE		LOGWRAP.RSS
       
    47 TARGETPATH 			resource/logeng
       
    48 HEADER
       
    49 END
       
    50 
       
    51 START WINS
       
    52    BASEADDRESS 0x4ADA0000
       
    53 END
       
    54