dbgsrv/coredumpserver/ui/scriptconfig/coredumpscriptconfig.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 // Copyright (c) 2007-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 // Core Dump Script Executable MMP file
       
    15 // A simple client of the Core Dump Server. Does not require user interaction
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 TARGET        coredumpscript.exe
       
    21 TARGETTYPE    exe
       
    22 UID			  0x102831E6 0x102831E6
       
    23 VENDORID	  0x70000001
       
    24 
       
    25  
       
    26 SOURCEPATH    .
       
    27 SOURCE        coredumpscriptconfig.cpp
       
    28 
       
    29 
       
    30 SYSTEMINCLUDE \epoc32\include
       
    31 SYSTEMINCLUDE \epoc32\include\drivers 
       
    32 SYSTEMINCLUDE \epoc32\include\tools\coredump
       
    33 
       
    34 LIBRARY       euser.lib
       
    35 LIBRARY       coredumpinterface.lib
       
    36 LIBRARY       cdssupport.lib
       
    37 LIBRARY       estor.lib
       
    38 LIBRARY       bafl.lib
       
    39 
       
    40 MACRO CDSDEBUG
       
    41