dbgsrv/coredumpserver/ui/coredumpui/group/coredumpui.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 // Using relative paths for sourcepath and user includes
       
    15 //
       
    16 
       
    17 
       
    18 #ifndef WINSCW
       
    19 MACRO HW
       
    20 #endif
       
    21 
       
    22 
       
    23 TARGET        coredumpui.exe
       
    24 TARGETTYPE    exe
       
    25 
       
    26 epocstacksize 0x5000
       
    27 
       
    28 UID           0x100039CE 0x102833b5
       
    29 
       
    30 VENDORID 0x70000001
       
    31 
       
    32 START RESOURCE ..\group\coredumpui.rss
       
    33 	HEADER
       
    34 	TARGETPATH \resource\apps	
       
    35 END
       
    36 
       
    37 START RESOURCE ..\group\coredumpuiloc.rss
       
    38 	TARGETPATH \resource\apps
       
    39 END
       
    40 
       
    41 START RESOURCE		../group/coredumpuireg.rss
       
    42 	TARGETPATH		/private/10003a3f/apps
       
    43 END
       
    44 
       
    45 SOURCEPATH    ../src
       
    46 SOURCE        coredumpuimain.cpp
       
    47 SOURCE        coredumpuiapplication.cpp
       
    48 SOURCE        coredumpuidocument.cpp
       
    49 SOURCE        coredumpuiappui.cpp
       
    50 SOURCE        coredumpuiresourceview.cpp
       
    51 SOURCE	      coredumpuidialogs.cpp
       
    52 SOURCE	      coredumpuiresourcelist.cpp
       
    53 SOURCE	      coredumpuinotifier.cpp 
       
    54 SOURCE 		  coredumpscmdialog.cpp 
       
    55 SOURCE		  coredumpcdsdialog.cpp
       
    56 
       
    57 
       
    58 USERINCLUDE		. 
       
    59 USERINCLUDE		../inc
       
    60 
       
    61 SYSTEMINCLUDE /epoc32/include 
       
    62 SYSTEMINCLUDE /epoc32/include/techview
       
    63 SYSTEMINCLUDE /epoc32/include/ecom +\include\drivers
       
    64 SYSTEMINCLUDE /epoc32/include/tools/coredump
       
    65 SYSTEMINCLUDE /epoc32/include/test
       
    66 
       
    67 LIBRARY		euser.lib apparc.lib cone.lib eikcore.lib ws32.lib apgrfx.lib
       
    68 LIBRARY		eikcoctl.lib efsrv.lib eikctl.lib gdi.lib
       
    69 LIBRARY		eikdlg.lib hal.lib bafl.lib 
       
    70 LIBRARY		coredumpinterface.lib 
       
    71 LIBRARY		cdssupport.lib 
       
    72 
       
    73 #ifdef WINSCW
       
    74 library		ecom.lib
       
    75 #endif
       
    76 
       
    77 MACRO CDSDEBUG
       
    78 
       
    79 LIBRARY estor.lib
       
    80