mtpfws/mtpfw/inc/mtpframeworkconst.h
branchRCL_3
changeset 24 523717cdb0ad
parent 14 60a94a45d437
equal deleted inserted replaced
23:f5809cfbf6d5 24:523717cdb0ad
    79 The proxy data provider DPID.
    79 The proxy data provider DPID.
    80 @internalTechnology
    80 @internalTechnology
    81 */
    81 */
    82 const TUint KMTPProxyDPID = 2; 
    82 const TUint KMTPProxyDPID = 2; 
    83 
    83 
    84 //MTP should reserve some disk space to prevent OOD(Out of Disk) monitor 
       
    85 //popup 'Out of memory' note.When syncing music through ovi player,
       
    86 //sometimes device screen get freeze with this note
       
    87 //Be default, this value is read from Central Respository, if error while
       
    88 //reading, use this one
       
    89 const TInt KFreeSpaceThreshHoldDefaultValue(20*1024*1024);//20M bytes
       
    90 
    84 
    91 //Beside the OOD threshold value, we need to reserve extra disk space
       
    92 //for harvest server do the harvest, set this as 1M
       
    93 const TInt KFreeSpaceExtraReserved(1024*1024);//1M bytes
       
    94 #endif // MTPFRAMEWORKCONST_H
    85 #endif // MTPFRAMEWORKCONST_H