sysanadatacapture/piprofiler/piprofiler/plugins/DebugOutputWriterPlugin/group/DebOutWriterPlugin.mmp
changeset 1 3ff3fecb12fe
equal deleted inserted replaced
0:f0f2b8682603 1:3ff3fecb12fe
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET		    PIProfilerDebugWriter.dll
       
    23 TARGETTYPE	    PLUGIN
       
    24 UID             0x10009D8D 0x2001E5BA
       
    25 #ifdef WINSCW
       
    26 VENDORID      0
       
    27 #else
       
    28 VENDORID      VID_DEFAULT
       
    29 #endif
       
    30 CAPABILITY 	    ALL -TCB // AllFiles ReadDeviceData ReadUserData UserEnvironment WriteDeviceData WriteUserData
       
    31 
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE
       
    34 USERINCLUDE 	../inc ../traces
       
    35 SOURCEPATH		../src
       
    36 
       
    37 START RESOURCE  ../data/2001E5BA.rss
       
    38 TARGET piprofilerdebugwriter.rsc
       
    39 END
       
    40 
       
    41 SOURCE			DebOutWriterPlugin.cpp
       
    42 SOURCE 			DebOutWriterPluginImplementationTable.cpp
       
    43 
       
    44 LIBRARY		    euser.lib
       
    45 LIBRARY         ECom.lib
       
    46 LIBRARY         EFSRV.LIB
       
    47 LIBRARY         commonengine.lib
       
    48 LIBRARY			flogger.lib