fbs/fontandbitmapserver/sfbs/patchableconstantscli.cpp
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
equal deleted inserted replaced
163:bbf46f59e123 164:25ffed67c7ef
    63 @publishedPartner
    63 @publishedPartner
    64 @released
    64 @released
    65 
    65 
    66 This constant defines the minimum size of the virtual address range reserved for the large bitmap chunk.
    66 This constant defines the minimum size of the virtual address range reserved for the large bitmap chunk.
    67 @note	Default value: 64MB (0x04000000)
    67 @note	Default value: 64MB (0x04000000)
    68 @note   Emulator value 32MB (0x02000000)
       
    69 */
    68 */
    70 #ifdef __WINS__
       
    71 EXPORT_C extern const TInt KFbServLargeChunkMinVirtualSize = 0x02000000;
       
    72 #else
       
    73 EXPORT_C extern const TInt KFbServLargeChunkMinVirtualSize = 0x04000000;
    69 EXPORT_C extern const TInt KFbServLargeChunkMinVirtualSize = 0x04000000;
    74 #endif
       
    75 
    70 
    76 /**
    71 /**
    77 @SYMPatchable
    72 @SYMPatchable
    78 @publishedPartner
    73 @publishedPartner
    79 @released
    74 @released
    80 
    75 
    81 This constant defines the maximum size of the virtual address range reserved for the large bitmap chunk.
    76 This constant defines the maximum size of the virtual address range reserved for the large bitmap chunk.
    82 @note	Default value: 256MB (0x10000000)
    77 @note	Default value: 256MB (0x10000000)
    83 @note   Emulator value 48MB (0x03000000)
       
    84 */
    78 */
    85 #ifdef __WINS__
    79 #ifdef __WINS__
    86 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x03000000;
    80 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x8000000;
    87 #else
    81 #else
    88 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x10000000;
    82 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x10000000;
    89 #endif
    83 #endif
    90 
    84 
    91 // Header files declaring these constants are included to confirm that the definitions match.
    85 // Header files declaring these constants are included to confirm that the definitions match.