mtpfws/mtpfw/inc/mtpframeworkconst.h
branchGCC_SURGE
changeset 34 35ca36ca93d1
parent 28 85e0c0339cc3
equal deleted inserted replaced
26:8d701d3fdee0 34:35ca36ca93d1
    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