resourcemgmt/hwresourcesmgr/test/multiclient/hwrmtests/hwrmtests.cpp
changeset 45 c6215323ad55
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
44:2c28af138640 45:c6215323ad55
    15 
    15 
    16 #include "hwrmtests.h"
    16 #include "hwrmtests.h"
    17 #include <e32cons.h>
    17 #include <e32cons.h>
    18 
    18 
    19 _LIT(KDirectoryPath, "C:\\logs\\");
    19 _LIT(KDirectoryPath, "C:\\logs\\");
    20 _LIT(KLogFile,"C:\\logs\\hwrmtests.log");
    20 _LIT(KLogFile,"C:\\logs\\testexecute\\hwrmtests.htm");
    21 _LIT8(KCrLf,"\r\n");
    21 _LIT8(KCrLf,"\r\n");
    22 _LIT8(KRTest,"RTEST:");
    22 _LIT8(KRTest,"RTEST:");
    23 
    23 
    24 CHwrmTests* CHwrmTests::NewL(CConsoleBase& aConsole)
    24 CHwrmTests* CHwrmTests::NewL(CConsoleBase& aConsole)
    25 	{
    25 	{