htiui/HtiServicePlugins/HtiScreenshotServicePlugin/src/HtiScreenshotServicePlugin.cpp
branchRCL_3
changeset 3 2703485a934c
parent 0 d6fe6244b863
child 11 454d022d514b
equal deleted inserted replaced
0:d6fe6244b863 3:2703485a934c
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include "HtiScreenshotServicePlugin.h"
    20 #include "HtiScreenshotServicePlugin.h"
    21 #include <HtiDispatcherInterface.h>
    21 #include <HtiDispatcherInterface.h>
    22 #include <HTILogging.h>
    22 #include <HtiLogging.h>
    23 
    23 
    24 #include <ImageConversion.h>
    24 #include <imageconversion.h>
    25 #include <EZCompressor.h>
    25 #include <ezcompressor.h>
    26 #include <hal.h>
    26 #include <hal.h>
    27 
    27 
    28 // CONSTANTS
    28 // CONSTANTS
    29 const static TUid KScreenshotServiceUid = {0x1020DEC3};
    29 const static TUid KScreenshotServiceUid = {0x1020DEC3};
    30 
    30