userlibandfileserver/fileserver/sfat32/common_constants.h
changeset 270 ea2cef07f9fe
parent 90 947f0dc9f7a8
equal deleted inserted replaced
255:d45b74d3fb20 270:ea2cef07f9fe
    95 typedef TUint32 TLinAddr;
    95 typedef TUint32 TLinAddr;
    96 typedef TUint32 TFat32Entry;
    96 typedef TUint32 TFat32Entry;
    97 typedef TUint16 TFat16Entry;
    97 typedef TUint16 TFat16Entry;
    98 
    98 
    99 _LIT8(KLit8ReplacementForUnconvertibleUnicodeCharacters, "_");
    99 _LIT8(KLit8ReplacementForUnconvertibleUnicodeCharacters, "_");
   100 _LIT8(KFileSystemName12,"FAT12   ");    ///< Name in BPB given to a Fat12 volume
       
   101 _LIT8(KFileSystemName16,"FAT16   ");    ///< Name in BPB given to a Fat16 volume
       
   102 _LIT8(KFileSystemName32,"FAT32   ");    ///< Name in BPB given to a Fat32 volume
       
   103 _LIT8(KDefaultVendorID, "EPOC");        ///< Vendor Name for BPB for any volume formated using a Symbian OS device
       
   104 
   100 
   105 const TInt KMaxFatFileNameExt=3;		///< Maximum Fat file system file/directory name extension length
   101 const TInt KMaxFatFileNameExt=3;		///< Maximum Fat file system file/directory name extension length
   106 const TInt KNumberOfFatsInternal=1;     ///< Number of FATs for an internal drive
   102 const TInt KNumberOfFatsInternal=1;     ///< Number of FATs for an internal drive
   107 const TInt KNumberOfFatsExternal=2;     ///< Number of FATs for an internal drive
   103 const TInt KNumberOfFatsExternal=2;     ///< Number of FATs for an internal drive
   108 const TInt KMaxFatFileName=12;          ///< Maximum Fat file system file/directory name length
   104 const TInt KMaxFatFileName=12;          ///< Maximum Fat file system file/directory name length