sysanadatacapture/piprofiler/piprofiler/plugins/DiskWriterPlugin/group/DiskWriterPlugin.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        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 
       
    32 OS_LAYER_SYSTEMINCLUDE
       
    33 USERINCLUDE     ../inc
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 START RESOURCE ../data/2001E5BB.rss
       
    37 TARGET piprofilerdiskwriter.rsc
       
    38 END
       
    39 
       
    40 SOURCE          DiskWriterPlugin.cpp
       
    41 SOURCE          DiskWriterPluginImplementationTable.cpp
       
    42 
       
    43 LIBRARY			sysutil.lib 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         ECom.lib
       
    46 LIBRARY         EFSRV.LIB
       
    47 LIBRARY         commonengine.lib
       
    48 LIBRARY			flogger.lib
       
    49