dbgsrv/coredumpserver/plugins/formatters/utrace/group/utraceformatter.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 // UTRACE formatter MMP file
       
    15 // utraceformatter.dll A process dump formatter implemented as an ECOM plugin
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file 
       
    22 */
       
    23 
       
    24 TARGET      utraceformatter.dll
       
    25 TARGETTYPE  plugin
       
    26 UID         0x10009D8D 0x102836B9 //second uid=ecom uid, third UID d_exc_formatter
       
    27 
       
    28 VENDORID    0x70000001
       
    29 
       
    30 CAPABILITY 	PowerMgmt
       
    31 
       
    32 SOURCEPATH  ../src
       
    33 SOURCE      utraceformatter.cpp
       
    34 SOURCE		utraceproxy.cpp
       
    35 
       
    36 USERINCLUDE ../inc
       
    37 USERINCLUDE ../../test
       
    38 
       
    39 SYSTEMINCLUDE   /epoc32/include
       
    40 SYSTEMINCLUDE   /epoc32/include/ecom
       
    41 SYSTEMINCLUDE   /epoc32/include/drivers
       
    42 SYSTEMINCLUDE   /epoc32/include/tools/coredump
       
    43 
       
    44 
       
    45 //
       
    46 // ECOM plugin resource file
       
    47 //
       
    48 start resource ../data/utraceformatter.rss
       
    49 target utraceformatter.rsc
       
    50 end
       
    51 
       
    52 LIBRARY		ecom.lib
       
    53 LIBRARY		euser.lib
       
    54 LIBRARY     estor.lib
       
    55 LIBRARY     cdssupport.lib
       
    56 LIBRARY     btracec.lib
       
    57 
       
    58 MACRO CDSDEBUG
       
    59