imgtools/romtools/rombuild/r_global.cpp
changeset 590 360bd6b35136
parent 0 044383f39525
child 675 02e65118a746
equal deleted inserted replaced
588:c7c26511138f 590:360bd6b35136
    34 TBool gPlatSecEnforcement=0;
    34 TBool gPlatSecEnforcement=0;
    35 TBool gPlatSecDiagnostics=0;
    35 TBool gPlatSecDiagnostics=0;
    36 TBool gPlatSecEnforceSysBin=0;
    36 TBool gPlatSecEnforceSysBin=0;
    37 TBool gSortedRomFs=ETrue;
    37 TBool gSortedRomFs=ETrue;
    38 TBool gEnableCompress=EFalse;		// Default to uncompressed ROM image
    38 TBool gEnableCompress=EFalse;		// Default to uncompressed ROM image
    39 TBool gFastCompress = EFalse;   // Default to compress most
       
    40 TUint gCompressionMethod=0; // Default compression method
    39 TUint gCompressionMethod=0; // Default compression method
    41 
    40 
    42 TBool gCompressUnpaged=EFalse; // Default to not compress un-paged part of ROM Image
    41 TBool gCompressUnpaged=EFalse; // Default to not compress un-paged part of ROM Image
    43 TUint gCompressUnpagedMethod=0;// Default compression method for un-paged part of ROM Image
    42 TUint gCompressUnpagedMethod=0;// Default compression method for un-paged part of ROM Image
    44 
    43 
    54 
    53 
    55 TBool gEnableStdPathWarning=EFalse; // To generate warning if the destination path is not a standard path. Default is not to warn.
    54 TBool gEnableStdPathWarning=EFalse; // To generate warning if the destination path is not a standard path. Default is not to warn.
    56 
    55 
    57 TBool gLowMem = EFalse;
    56 TBool gLowMem = EFalse;
    58 TBool gUseCoreImage = EFalse;
    57 TBool gUseCoreImage = EFalse;
    59 TText* gImageFilename = 0;
    58 string gImageFilename = "";
    60 
    59 
    61 TInt gBootstrapSize=0;			// To calculate uncompressed un-paged size CR1258
    60 TInt gBootstrapSize=0;			// To calculate uncompressed un-paged size CR1258
    62 TInt gPageIndexTableSize=0;		// To calculate uncompressed un-paged size CR1258
    61 TInt gPageIndexTableSize=0;		// To calculate uncompressed un-paged size CR1258
       
    62 TBool gKeepGoing = EFalse;