serviceproviders/sapi_sysinfo/sysinfoservice/src/sysinfoservice.cpp
changeset 33 50974a8b132e
parent 22 fc9cf246af83
child 42 92cfb77afb61
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    14 * Description:  CSysInfoService class implementation
    14 * Description:  CSysInfoService class implementation
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <W32STD.H>
    19 #include <w32std.h>
    20 #include <hal.h>
    20 #include <hal.h>
    21 #include <FeatMgr.h>
    21 #include <featmgr.h>
    22 #include <bldvariant.hrh>
    22 #include <bldvariant.hrh>
    23 #include <PtiEngine.h>
    23 #include <PtiEngine.h>
    24 #include <driveinfo.h>
    24 #include <driveinfo.h>
    25 
    25 
    26 
    26 
    27 #include <centralrepository.h>
    27 #include <centralrepository.h>
    28 #include <HWRMVibraSDKCRKeys.h>
    28 #include <hwrmvibrasdkcrkeys.h>
    29 #include <SettingsInternalCRKeys.h>
    29 #include <settingsinternalcrkeys.h>
    30 #include <HWRMLightDomainCRKeys.h>
    30 #include <hwrmlightdomaincrkeys.h>
    31 #include <AknFepInternalCRKeys.h>
    31 #include <AknFepInternalCRKeys.h>
    32 #include <IR_SOCK.H>
    32 #include <ir_sock.h>
    33 #include <btserversdkcrkeys.h>
    33 #include <btserversdkcrkeys.h>
    34 #include <SysUtilDomainCRKeys.h>
    34 #include <sysutildomaincrkeys.h>
    35 
    35 
    36 #include <e32property.h>
    36 #include <e32property.h>
    37 #include <HWRMDomainPSKeys.h>
    37 #include <hwrmdomainpskeys.h>
    38 #include <NetworkHandlingDomainPSKeys.h>
    38 #include <NetworkHandlingDomainPSKeys.h>
    39 #include <HWRMPowerStateSDKPSKeys.h>
    39 #include <hwrmpowerstatesdkpskeys.h>
    40 #include <wlaninternalpskeys.h>
    40 #include <wlaninternalpskeys.h>
    41 #include <UikonInternalPSKeys.h>
    41 #include <UikonInternalPSKeys.h>
    42 #include <btengsettings.h>
    42 #include <btengsettings.h>
    43 
    43 
    44 #include <usbman.h>
    44 #include <usbman.h>
    45 #include <AknsWallpaperUtils.h>
    45 #include <AknsWallpaperUtils.h>
    46 #include <AknUtils.h>
    46 #include <AknUtils.h>
    47 
    47 
    48 #include "sysinfoservice.h"
    48 #include "sysinfoservice.h"
    49 #include "sysinfo.h"
    49 #include "sysinfo.h"
    50 #include "SysInfoUtils.h"
    50 #include "sysinfoutils.h"
    51 #include "entitykeys.h"
    51 #include "entitykeys.h"
    52 #include "activerequests.h"
    52 #include "activerequests.h"
    53 #include "deviceinfo.h"
    53 #include "deviceinfo.h"
    54 #include "sysrange.h"
    54 #include "sysrange.h"
    55 
    55