commondrm/drmutility/src/DrmUtilityDmgrWrapper.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 29 3bdc3b853094
equal deleted inserted replaced
5:79d62d1d7957 23:493788a4a8a4
    21 #include <cmdestination.h>
    21 #include <cmdestination.h>
    22 #include <cmconnectionmethoddef.h>
    22 #include <cmconnectionmethoddef.h>
    23 #include <cmmanager.h>
    23 #include <cmmanager.h>
    24 
    24 
    25 #ifdef __SERIES60_NATIVE_BROWSER
    25 #ifdef __SERIES60_NATIVE_BROWSER
    26 #include <browseruisdkcrkeys.h>
    26 #include <BrowserUiSDKCRKeys.h>
    27 #endif
    27 #endif
    28 
    28 
    29 #ifdef RD_MULTIPLE_DRIVE
    29 #ifdef RD_MULTIPLE_DRIVE
    30 #include <driveinfo.h>
    30 #include <driveinfo.h>
    31 #endif
    31 #endif
    32 
    32 
    33 #include <stringloader.h>
    33 #include <StringLoader.h>
    34 #include <data_caging_path_literals.hrh>
    34 #include <data_caging_path_literals.hrh>
    35 
    35 
    36 #include <coneresloader.h>
    36 #include <ConeResLoader.h>
    37 #include <apparc.h>
    37 #include <apparc.h>
    38 #include <drmutilitydmgrwrapper.rsg>
    38 #include <DrmUtilityDmgrWrapper.rsg>
    39 
    39 
    40 #include "roapeng.h"
    40 #include "RoapEng.h"
    41 #include "roapsyncwrapper.h"
    41 #include "RoapSyncWrapper.h"
    42 #include "roapdef.h"
    42 #include "RoapDef.h"
    43 
    43 
    44 #include "drmutilitydmgrwrapper.h"
    44 #include "DrmUtilityDmgrWrapper.h"
    45 #include "drmutilitydmgrwrapperlogger.h"
    45 #include "DrmUtilityDmgrWrapperLogger.h"
    46 
    46 
    47 // DEBUG macros
    47 // DEBUG macros
    48 #ifdef _DEBUG
    48 #ifdef _DEBUG
    49 #define DRMDEBUGLIT( a, b ) \
    49 #define DRMDEBUGLIT( a, b ) \
    50 _LIT( a , b )
    50 _LIT( a , b )