serviceproviders/sapi_sysinfo/sysinfoservice/src/activerequests.cpp
changeset 33 50974a8b132e
parent 19 989d2f495d90
child 54 e7cb6cffd49a
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <centralrepository.h>
    19 #include <centralrepository.h>
    20 #include <btserversdkcrkeys.h>
    20 #include <btserversdkcrkeys.h>
    21 #include <SettingsInternalCRKeys.h>
    21 #include <settingsinternalcrkeys.h>
    22 #include <HWRMVibraSDKCRKeys.h>
    22 #include <hwrmvibrasdkcrkeys.h>
    23 #include <HWRMLightDomainCRKeys.h>
    23 #include <hwrmlightdomaincrkeys.h>
    24 #include <AknFepInternalCRKeys.h>
    24 #include <AknFepInternalCRKeys.h>
    25 #include <SysUtilDomainCRKeys.h>
    25 #include <sysutildomaincrkeys.h>
    26 
    26 
    27 #include <UikonInternalPSKeys.h>
    27 #include <UikonInternalPSKeys.h>
    28 #include <NetworkHandlingDomainPSKeys.h>
    28 #include <NetworkHandlingDomainPSKeys.h>
    29 #include <HWRMDomainPSKeys.h>
    29 #include <hwrmdomainpskeys.h>
    30 #include <hwrmpowerstatesdkpskeys.h>
    30 #include <hwrmpowerstatesdkpskeys.h>
    31 #include <IR_SOCK.H>
    31 #include <ir_sock.h>
    32 
    32 
    33 #include "activerequests.h"
    33 #include "activerequests.h"
    34 #include "sysinfoservice.h"
    34 #include "sysinfoservice.h"
    35 #include "entitykeys.h"
    35 #include "entitykeys.h"
    36 #include "SysInfoUtils.h"
    36 #include "sysinfoutils.h"
    37 
    37 
    38 using namespace SysInfo;
    38 using namespace SysInfo;
    39 _LIT(KDriveSeperator,":\\");
    39 _LIT(KDriveSeperator,":\\");
    40 const TInt KMaxDriveLength = 5;
    40 const TInt KMaxDriveLength = 5;
    41 
    41