serviceproviders/sapi_sysinfo/tsrc/dev/servicetests/manual/tsysinfobattery/src/tsysbatterytestblocks.cpp
changeset 33 50974a8b132e
parent 19 989d2f495d90
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include <e32svr.h>
    21 #include <e32svr.h>
    22 #include <StifParser.h>
    22 #include <StifParser.h>
    23 #include <Stiftestinterface.h>
    23 #include <StifTestInterface.h>
    24 #include <f32file.h>
    24 #include <f32file.h>
    25 #include <hal.h>
    25 #include <hal.h>
    26 
    26 
    27 #include "TSysBattery.h"
    27 #include "tsysbattery.h"
    28 #include "sysinfoservice.h"
    28 #include "sysinfoservice.h"
    29 #include "entitykeys.h"
    29 #include "entitykeys.h"
    30 #include "TBatteryStrengthAsyn.h"
    30 #include "tbatterystrengthasyn.h"
    31 #include "TBatLvlNoti.h"
    31 #include "tbatlvlnoti.h"
    32 #include "TChargerNoti.h"
    32 #include "tchargernoti.h"
    33 #include "tbatstrnoti.h"
    33 #include "tbatstrnoti.h"
    34 
    34 
    35 using namespace SysInfo;
    35 using namespace SysInfo;
    36 
    36 
    37 // -----------------------------------------------------------------------------
    37 // -----------------------------------------------------------------------------