mtpfws/mtpfw/datatypes/src/cmtptypefile.cpp
branchRCL_3
changeset 17 dbd1c5e08735
parent 15 f85613f12947
equal deleted inserted replaced
15:f85613f12947 17:dbd1c5e08735
    19  */
    19  */
    20 #include <centralrepository.h>
    20 #include <centralrepository.h>
    21 #include <mtp/cmtptypefile.h>
    21 #include <mtp/cmtptypefile.h>
    22 #include <mtp/mtpdatatypeconstants.h>
    22 #include <mtp/mtpdatatypeconstants.h>
    23 
    23 
    24 //This file is exported from s60 sdk, now just copy it
    24 #include "mtpcommonconst.h"
    25 //to make sure onb can run
       
    26 #include "UiklafInternalCRKeys.h"
       
    27 
    25 
    28 // File type constants.
    26 // File type constants.
    29 const TInt KMTPFileChunkSizeForLargeFile(0x00080000); // 512K
    27 const TInt KMTPFileChunkSizeForLargeFile(0x00080000); // 512K
    30 
    28 
    31 //For file size less than 512K, we will use this smaller chunk size to reduce the heap usage.
    29 //For file size less than 512K, we will use this smaller chunk size to reduce the heap usage.