equal
deleted
inserted
replaced
29 |
29 |
30 #ifdef RD_MULTIPLE_DRIVE |
30 #ifdef RD_MULTIPLE_DRIVE |
31 #include <driveinfo.h> |
31 #include <driveinfo.h> |
32 #endif |
32 #endif |
33 |
33 |
34 #include <stringloader.h> |
34 #include <StringLoader.h> |
35 #include <data_caging_path_literals.hrh> |
35 #include <data_caging_path_literals.hrh> |
36 |
36 |
37 #include <coneresloader.h> |
37 #include <ConeResLoader.h> |
38 #include <apparc.h> |
38 #include <apparc.h> |
39 |
39 |
40 #include <drmhelperdmgrwrapper.rsg> |
40 #include <drmhelperdmgrwrapper.rsg> |
41 |
41 |
42 #include "roapeng.h" |
42 #include "RoapEng.h" |
43 #include "roapsyncwrapper.h" |
43 #include "RoapSyncWrapper.h" |
44 #include "roapdef.h" |
44 #include "RoapDef.h" |
45 #include "drmhelperdmgrwrapper.h" |
45 #include "DRMHelperDMgrWrapper.h" |
46 #include "drmhelperdmgrwrapperlogger.h" |
46 #include "DRMHelperDMgrWrapperLogger.h" |
47 |
47 |
48 // DEBUG macros |
48 // DEBUG macros |
49 #ifdef _DEBUG |
49 #ifdef _DEBUG |
50 #define DRMDEBUGLIT( a, b ) \ |
50 #define DRMDEBUGLIT( a, b ) \ |
51 _LIT( a , b ) |
51 _LIT( a , b ) |