resourcemgmt/hwresourcesmgr/power/group/HWRMPowerClient.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET          hwrmpowerclient.dll
       
    17 TARGETTYPE      dll
       
    18 
       
    19 UID             0x1000008D 0x1020502A 
       
    20 VENDORID        0x70000001
       
    21 CAPABILITY 	    All -TCB
       
    22 
       
    23 SOURCEPATH		../src
       
    24 SOURCE			HWRMPower.cpp 
       
    25 SOURCE			HWRMPowerImpl.cpp
       
    26 SOURCE 			HWRMBatteryMeasurementsAO.cpp
       
    27 SOURCE 			HWRMBatteryPowerMeasurementsAO.cpp
       
    28 
       
    29 #ifdef SYMBIAN_HWRM_EXTPOWERINFO
       
    30 SOURCE          HWRMBatteryChargeCurrentRateAO.cpp
       
    31 SOURCE          HWRMBatteryChargeTimeMeasurementsAO.cpp
       
    32 SOURCE          HWRMChargingStatusObserver.cpp
       
    33 #endif //SYMBIAN_HWRM_EXTPOWERINFO
       
    34 
       
    35 #ifdef SYMBIAN_HWRM_EXTPOWERINFO
       
    36 deffile hwrmpowerclient_extpowerinfo.def
       
    37 #else
       
    38 deffile hwrmpowerclient.def
       
    39 #endif //SYMBIAN_HWRM_EXTPOWERINFO
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../include
       
    43 USERINCLUDE     ../../client/inc
       
    44 USERINCLUDE     ../../server/inc
       
    45 USERINCLUDE 	../../common/inc
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         hwrmclient.lib
       
    51 LIBRARY         hwrmcommon.lib
       
    52 LIBRARY         centralrepository.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY			efsrv.lib
       
    55 LIBRARY			estor.lib
       
    56 
       
    57 LANG			SC
       
    58 
       
    59 #include <comms-infras/commsdebugutility.mmh>
       
    60 
       
    61 macro HWRM_POWER //keep defined.  Sets correct component name in logging
       
    62 //macro DISABLE_COMPONENT_TRACE //enable this macro to switch of debug logging
       
    63 
       
    64 SMPSAFE