photos_plat/gallery_utilities_api/inc/glxmediageneraldefs.h
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
   112     {
   112     {
   113     EGlxDrmRightsValidityUnknown,
   113     EGlxDrmRightsValidityUnknown,
   114     EGlxDrmRightsValid,
   114     EGlxDrmRightsValid,
   115     EGlxDrmRightsInvalid
   115     EGlxDrmRightsInvalid
   116     }; 
   116     }; 
   117 
       
   118 // Maximum length of a media pop-up text
       
   119 // Example, Album/Tag/Title/Description's length is set to 40 chars maximum
       
   120 const TInt KMaxMediaPopupTextLength = 40;
       
   121 
       
   122 #endif // __T_GLXMEDIAGENERALDEFS_H__
   117 #endif // __T_GLXMEDIAGENERALDEFS_H__