dbgsrv/coredumpserver/test/plugins/testplugin/group/coredumptestplugin.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 Plugin Test MMP file
       
    15 // coredumptestplugin.dll ECOM plugin used to test Coer Dump Server
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file 
       
    22 */
       
    23 
       
    24 TARGET      coredumptestplugin.dll
       
    25 TARGETTYPE  plugin
       
    26 UID         0x10009D8D  0x102832C6 //second uid=ecom uid, third UID Test plugin dll
       
    27 
       
    28 VENDORID    0x70000001
       
    29 
       
    30 CAPABILITY 	PowerMgmt
       
    31 exportunfrozen
       
    32 
       
    33 SOURCEPATH  ../src
       
    34 SOURCE      coredumptestplugin.cpp
       
    35 source		coredumptestpluginproxy.cpp
       
    36 
       
    37 
       
    38 USERINCLUDE ../inc
       
    39 
       
    40 SYSTEMINCLUDE   /epoc32/include
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 SYSTEMINCLUDE	/epoc32/include/drivers
       
    43 SYSTEMINCLUDE	/epoc32/include/tools/coredump
       
    44 //
       
    45 // ECOM plugin resource file
       
    46 //
       
    47 sourcepath		../src
       
    48 start resource ../data/coredumptestplugin.rss
       
    49 target coredumptestplugin.rsc
       
    50 end
       
    51 
       
    52 library		ecom.lib
       
    53 LIBRARY		euser.lib
       
    54 
       
    55 MACRO CDSDEBUG