dbgsrv/coredumpserver/plugins/formatters/symbianelf/group/symbianelfformatter.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 // symbianelfformatterv2.mmp
       
    15 // Symbian ELF formatter MMP file (v2)
       
    16 // symbianelfformatter.dll A process core dump formatter implemented as an ECOM plugin
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file 
       
    23 */
       
    24 
       
    25 TARGET      symbianelfformatter.dll
       
    26 TARGETTYPE  plugin
       
    27 UID         0x10009D8D 0x10282fe1 //second uid=ecom uid, third UID symbian_elf_formatter
       
    28 
       
    29 VENDORID    0x70000001
       
    30 
       
    31 CAPABILITY 	PowerMgmt
       
    32 
       
    33 
       
    34 SOURCEPATH  ../src
       
    35 SOURCE      symbianelfformatter.cpp
       
    36 source		symbianelfproxy.cpp
       
    37 source		symbianelfstringinfo.cpp
       
    38 source		symbianelfoptions.cpp
       
    39 
       
    40 SOURCEPATH  ../srcv2
       
    41 SOURCE      symbianelfformatterv2.cpp
       
    42 source		symbianelfstringinfov2.cpp
       
    43 source		symbianelfoptionsv2.cpp
       
    44 
       
    45 
       
    46 USERINCLUDE ../inc
       
    47 USERINCLUDE ../incv2
       
    48 USERINCLUDE ../../test
       
    49 
       
    50 SYSTEMINCLUDE   /epoc32/include
       
    51 SYSTEMINCLUDE   /epoc32/include/ecom
       
    52 SYSTEMINCLUDE	/epoc32/include/drivers
       
    53 SYSTEMINCLUDE	/epoc32/include/tools
       
    54 SYSTEMINCLUDE	/epoc32/include/tools/coredump
       
    55 
       
    56 //
       
    57 // ECOM plugin resource file
       
    58 //
       
    59 start resource ../data/symbianelfformatter.rss
       
    60 target symbianelfformatter.rsc
       
    61 end
       
    62 
       
    63 LIBRARY		ecom.lib
       
    64 LIBRARY		euser.lib
       
    65 LIBRARY		efsrv.lib
       
    66 LIBRARY     estor.lib
       
    67 LIBRARY     cdssupport.lib
       
    68 LIBRARY     btracec.lib
       
    69 
       
    70 #ifdef MARM_ARMV5
       
    71 STATICLIBRARY scmusr_lib.lib
       
    72 #endif
       
    73 
       
    74 
       
    75 MACRO CDSDEBUG