piprofiler/plugins/DiskWriterPlugin/group/DiskWriterPlugin.mmp
changeset 22 a009639409f5
child 21 f5d4820de50d
equal deleted inserted replaced
17:67c6ff54ec25 22:a009639409f5
       
     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        PIProfilerDiskWriter.dll
       
    23 TARGETTYPE    PLUGIN
       
    24 UID           0x10009D8D 0x2001E5BB
       
    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 SMPSAFE
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE
       
    34 USERINCLUDE     ../inc
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 START RESOURCE ../data/2001E5BB.rss
       
    38 TARGET piprofilerdiskwriter.rsc
       
    39 END
       
    40 
       
    41 SOURCE          DiskWriterPlugin.cpp
       
    42 SOURCE          DiskWriterPluginImplementationTable.cpp
       
    43 
       
    44 LIBRARY			sysutil.lib 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         ECom.lib
       
    47 LIBRARY         EFSRV.LIB
       
    48 LIBRARY         commonengine.lib
       
    49 LIBRARY			flogger.lib
       
    50