imgtools/romtools/rombuild/r_global.cpp
changeset 675 02e65118a746
parent 590 360bd6b35136
equal deleted inserted replaced
673:7ae5f757318b 675:02e65118a746
    42 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
    43 
    43 
    44 SCapabilitySet gPlatSecDisabledCaps={{0}}; 
    44 SCapabilitySet gPlatSecDisabledCaps={{0}}; 
    45 SCapabilitySet gPlatSecAllCaps={{0}};
    45 SCapabilitySet gPlatSecAllCaps={{0}};
    46 SDemandPagingConfig gDemandPagingConfig={0,0,0,{0}}; 
    46 SDemandPagingConfig gDemandPagingConfig={0,0,0,{0}}; 
    47 TBool gGenInc=EFalse;	// Default to no generate INC file.  DEF095619
    47 TBool gGenInc=EFalse;	// Default to no generate INC file.  
    48 TInt gLogLevel=0;  // Information is logged based on logging level.
    48 TInt gLogLevel=0;  // Information is logged based on logging level.
    49 					// The default is 0. So all the existing logs are generated as if gLogLevel == 0.
    49 					// The default is 0. So all the existing logs are generated as if gLogLevel == 0.
    50 					// If any extra information is required, the log level must be appropriately supplied.
    50 					// If any extra information is required, the log level must be appropriately supplied.
    51 					// Currrently, file details in ROM (like, file name in ROM & host, file size, whether 
    51 					// Currrently, file details in ROM (like, file name in ROM & host, file size, whether 
    52 					// the file is hidden etc) are logged when gLogLevel >= 1.
    52 					// the file is hidden etc) are logged when gLogLevel >= 1.