piprofiler/plugins/PWRplugin/group/PWRPlugin.mmp
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
     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          PIProfilerPWR.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x2001E5B9
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      ALL -TCB
       
    27 SMPSAFE
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../../inc
       
    32 SOURCEPATH      ../src
       
    33 
       
    34 START RESOURCE  ../data/2001E5B9.rss
       
    35 TARGET PIProfilerPWR.rsc
       
    36 END
       
    37 
       
    38 SOURCE          PwrPluginImplementationTable.cpp
       
    39 SOURCE          PwrPlugin.cpp
       
    40 
       
    41 LIBRARY     euser.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
       
    51 LIBRARY     centralrepository.lib
       
    52 LIBRARY     HWRMPowerClient.lib
       
    53 LIBRARY     HWRMLightClient.lib