imageeditorengine/group/definitions.def
changeset 1 edfc90759b9f
equal deleted inserted replaced
0:57d4cdd99204 1:edfc90759b9f
       
     1 //
       
     2 // After modifying this file, reallyclean and build the whole project!
       
     3 //
       
     4 
       
     5 // Do not require frozen DEF files for framework modules
       
     6 // (i.e. all modules except plugins).
       
     7 // Instead specify 'exportunfrozen' in MMP files
       
     8 //#define __EXPORT_UNFROZEN_FRAMEWORK__
       
     9 
       
    10 // Same as above, but for the plugin modules.
       
    11 //#define __EXPORT_UNFROZEN_PLUGINS__
       
    12 
       
    13 // Platform security flag
       
    14 //#define __PLATFORM_SECURITY__
       
    15 //#ifdef __PLATFORM_SECURITY__
       
    16 //#include "..\inc\platform_security_defs.hrh"
       
    17 //#endif
       
    18 
       
    19 // Enable logging facility in all modules. 
       
    20 // Enabling logs will do the both of the following:
       
    21 //
       
    22 // 1) Write the the logging information to RDebug::Print()
       
    23 //    (in UDEB builds only)
       
    24 // 2) Write the log to file using RFileLogger (both in UDEB and UREL)
       
    25 //    Create the folder C:\Logs\ImageEditor to enable the file logging.
       
    26 #define __IE_GLOBAL_DEBUGLOG__
       
    27 
       
    28 // Verbosity level of the debuglog output
       
    29 //#define __VERBOSE__
       
    30 //#define __VERBOSE_2__
       
    31 
       
    32 // Export the ROM description (.iby) files to epoc32\rom\include.
       
    33 // Not needed if we are not creating rom image.
       
    34 //#define __EXPORT_ROM_DESCRIPTION_FILES__