piprofiler/plugins/BUPplugin/group/BUPPlugin.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          PIProfilerBUP.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x2001E5B6
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      ALL -TCB
       
    27 SMPSAFE
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE
       
    30 USERINCLUDE     ../inc
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 START RESOURCE  ../data/2001E5B6.rss
       
    34 TARGET PIProfilerBUP.rsc
       
    35 END
       
    36 
       
    37 SOURCE      BupPluginImplementationTable.cpp
       
    38 SOURCE      BupPlugin.cpp 
       
    39 SOURCE      TouchEventClientDll.cpp
       
    40 
       
    41 LIBRARY     euser.lib
       
    42 LIBRARY		bafl.lib
       
    43 LIBRARY     ECom.lib
       
    44 LIBRARY     apparc.lib
       
    45 LIBRARY     cone.lib
       
    46 LIBRARY     gdi.lib
       
    47 LIBRARY     ws32.lib
       
    48 LIBRARY     EFSRV.LIB
       
    49 LIBRARY     charconv.lib
       
    50 LIBRARY     commonengine.lib
       
    51 LIBRARY		flogger.lib