mtpfws/mtpfw/dataproviders/dputility/inc/mtpsvcdpconst.h
branchRCL_3
changeset 1 f8e15b44d440
parent 0 d0791faffa3f
equal deleted inserted replaced
0:d0791faffa3f 1:f8e15b44d440
   228 
   228 
   229 // the value in spec. to sepcify to do some operation on all service properties.
   229 // the value in spec. to sepcify to do some operation on all service properties.
   230 const TUint32 KMTPServicePropertyAll = 0x00000000;
   230 const TUint32 KMTPServicePropertyAll = 0x00000000;
   231 
   231 
   232 const TUint32 KMTPUnInitialized32 = 0xFFFFFFFF;
   232 const TUint32 KMTPUnInitialized32 = 0xFFFFFFFF;
       
   233 const TUint64 KMTPUnInitialized64 = ~0; //MAKE_TINT64(KMTPUnInitialized32, KMTPUnInitialized32);
   233 const TUint32 KMaxSUIDLength = 50;
   234 const TUint32 KMaxSUIDLength = 50;
   234 const TUint64 KObjectSizeNotAvaiable = ~0;
   235 const TUint64 KObjectSizeNotAvaiable = ~0;
   235 const TUint32 KLongStringMaxLength = 0x1000;
   236 const TUint32 KLongStringMaxLength = 0x1000;
   236 
   237 
   237 //---------------------------------------------------------------
   238 //---------------------------------------------------------------