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