sysanadatacapture/piprofiler/piprofiler/plugins/GeneralsPlugin/group/GeneralsPlugin.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              PIProfilerGenerals.dll
       
    23 TARGETTYPE          PLUGIN
       
    24 UID                 0x10009D8D 0x2001E5B2
       
    25 VENDORID            VID_DEFAULT
       
    26 CAPABILITY          ALL -TCB
       
    27 
       
    28 EPOCSTACKSIZE     	0x10000
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE
       
    31 USERINCLUDE     ../inc
       
    32 SOURCEPATH      ../src
       
    33 
       
    34 START RESOURCE  ../data/2001E5B2.rss
       
    35 TARGET PIProfilerGenerals.rsc
       
    36 END
       
    37 
       
    38 SOURCE              GeneralsPluginImplementationTable.cpp
       
    39 SOURCE              GeneralsPlugin.cpp
       
    40 
       
    41 LIBRARY             euser.lib
       
    42 LIBRARY     		bafl.lib 
       
    43 LIBRARY             ECom.lib
       
    44 LIBRARY             apparc.lib
       
    45 LIBRARY             cone.lib
       
    46 LIBRARY             ws32.lib
       
    47 LIBRARY             charconv.lib
       
    48 LIBRARY             commonengine.lib
       
    49 LIBRARY				flogger.lib
       
    50 
       
    51 epocallowdlldata