dbgsrv/coredumpserver/server/src/coredumpserver.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 TARGET		coredump_svr.exe
       
    17 TARGETTYPE	EXEXP
       
    18 UID			0x1000008C 0x10282FE5
       
    19 
       
    20 USERINCLUDE	  ..\inc
       
    21 
       
    22 SYSTEMINCLUDE \epoc32\include 
       
    23 SYSTEMINCLUDE \epoc32\include\drivers
       
    24 SYSTEMINCLUDE \epoc32\include\ecom
       
    25 SYSTEMINCLUDE \epoc32\include\tools\coredump
       
    26 
       
    27 
       
    28 SOURCEPATH	.
       
    29 SOURCE		coredumpmain.cpp
       
    30 SOURCE		coredumpserver.cpp
       
    31 SOURCE		coredumpsession.cpp
       
    32 SOURCE		coredumpsessioncalls.cpp
       
    33 SOURCE		servercrashdatasource.cpp
       
    34 SOURCE      coretargetobserver.cpp
       
    35 SOURCE      corecrashhandler.cpp
       
    36 SOURCE		flashdatasource.cpp
       
    37 
       
    38 LIBRARY		euser.lib
       
    39 LIBRARY		ecom.lib
       
    40 LIBRARY		efsrv.lib
       
    41 LIBRARY     estor.lib
       
    42 LIBRARY     bsulinifile.lib
       
    43 LIBRARY     cdssupport.lib
       
    44 LIBRARY     btracec.lib
       
    45 
       
    46 STATICLIBRARY scmusr_lib.lib
       
    47 
       
    48 // This is required to kill debugged applications when a crash occurs.
       
    49 CAPABILITY 	PowerMgmt
       
    50 
       
    51 
       
    52 OPTION CW -w noempty
       
    53 MACRO CDSDEBUG