tsrc/cpixmwtester/src/cpixmwtesterblocks.cpp
changeset 24 65456528cac2
parent 23 d4d56f5e7c55
equal deleted inserted replaced
23:d4d56f5e7c55 24:65456528cac2
    19 #include "CPixMWTester.h"
    19 #include "CPixMWTester.h"
    20 
    20 
    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 <cpixcontentinfocommon.h>
    24 //#include <cpixcontentinfocommon.h>
    25 #include <sqldb.h>
    25 #include <sqldb.h>
    26 #include "CBlacklistMgr.h"
    26 #include "CBlacklistMgr.h"
    27 //#include "contentinfomgr.h"
    27 //#include "contentinfomgr.h"
    28 //#include "ccontentinfo.h"
    28 //#include "ccontentinfo.h"
    29 
    29 
    40 //Test Uid for testing Blacklist manager
    40 //Test Uid for testing Blacklist manager
    41 const TUid KTestUid = { 0x101D6348 };
    41 const TUid KTestUid = { 0x101D6348 };
    42 
    42 
    43 //For Watchdog
    43 //For Watchdog
    44 _LIT(KTestHarvesterServer,"CPixHarvesterServer");
    44 _LIT(KTestHarvesterServer,"CPixHarvesterServer");
       
    45 _LIT(KContentInfoFileName,"cpixcontentinfo.sq");
    45 _LIT(aEXeFileName , "WatchDog.exe");
    46 _LIT(aEXeFileName , "WatchDog.exe");
    46 _LIT(KDriveC, "c:");
    47 _LIT(KDriveC, "c:");
    47 // MACROS
    48 // MACROS
    48 //#define ?macro ?macro_def
    49 //#define ?macro ?macro_def
    49 
    50