mtpfws/mtpfw/common/inc/uiklafinternalcrkeys.h
changeset 28 85e0c0339cc3
parent 20 6e82ae192c3a
equal deleted inserted replaced
25:48a2e0d8a4ce 28:85e0c0339cc3
    67  * Threshold for disk space warning note level for mass memory.
    67  * Threshold for disk space warning note level for mass memory.
    68  * Read-only key. Default value: 20971520
    68  * Read-only key. Default value: 20971520
    69  */
    69  */
    70 const TUint32 KUikOODDiskFreeSpaceWarningNoteLevelMassMemory = 0x00000007;
    70 const TUint32 KUikOODDiskFreeSpaceWarningNoteLevelMassMemory = 0x00000007;
    71 
    71 
       
    72 #ifdef __MTP_NAVIENGINE_TEST
       
    73 //The free size of C-Drive of NaviEngine env is less than 21M,
       
    74 //it will block many ONB test cases
       
    75 const TInt KFreeSpaceThreshHoldDefaultValue(0);
       
    76 const TInt KFreeSpaceExtraReserved(0);
       
    77 
       
    78 #else
       
    79 //MTP should reserve some disk space to prevent OOD(Out of Disk) monitor 
       
    80 //popup 'Out of memory' note.When syncing music through ovi player,
       
    81 //sometimes device screen get freeze with this note
       
    82 //Be default, this value is read from Central Respository, if error while
       
    83 //reading, use this one
       
    84 const TInt KFreeSpaceThreshHoldDefaultValue(20*1024*1024);//20M bytes
       
    85 
       
    86 //Beside the OOD threshold value, we need to reserve extra disk space
       
    87 //for harvest server do the harvest, set this as 1M
       
    88 const TInt KFreeSpaceExtraReserved(1024*1024);//1M bytes
       
    89 
       
    90 #endif
    72 
    91 
    73 #endif __UIKLAF_INTERNAL_CR_KEYS_H__
    92 #endif __UIKLAF_INTERNAL_CR_KEYS_H__
    74 
    93 
    75 // End of file
    94 // End of file