os/persistentdata/traceservices/commsdebugutility/group/comsdbgsvrdll.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2004-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 // MMP file to build commsdebugutility server dll
    15 // COMSDBGSVR.DLL Contains Commsdebugutility server code.
    16 // 
    17 //
    18 
    19 /**
    20  @file 
    21 */
    22 
    23 TARGET			comsdbgsvr.dll
    24 CAPABILITY All -Tcb
    25 TARGETTYPE		DLL
    26 UID			0x1000008d 0x101fe69e
    27 VENDORID 0x70000001
    28 
    29 NOEXPORTLIBRARY  /* Ensures that DEF file can be safely shared 
    30                     for RVCT builds */  
    31                     
    32 SOURCEPATH	../SSVR
    33 SOURCE			comsdbgsvr.cpp comsdbgthrd.cpp comsdbgaux.cpp comsdbgwriter.cpp
    34 SOURCE			comsdbgmessages.cpp 
    35 SOURCE			comsdbgostwriter.cpp
    36 
    37 USERINCLUDE ../INC
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 LIBRARY			euser.lib efsrv.lib 
    40 
    41 #define  SYMBIAN_INCLUDE_EXECUTABLE_TRACE
    42 #include <platform/opensystemtrace.mmh>
    43 
    44 DEFFILE			FLOGSVRL.DEF
    45 
    46 #if defined(WINS)
    47 start wins
    48 win32_library		kernel32.lib
    49 end
    50 library			emulator.lib
    51 #endif
    52 
    53 // Ensure the library is built for release builds.
    54 // Debug builds triggered automatically by the flogger.h header file.
    55 MACRO __FLOG_SUPPRESS_REL_WARNING
    56 MACRO __FLOG_ACTIVE
    57 
    58 UNPAGED
    59 
    60 
    61 
    62 SMPSAFE