imageeditor/inc/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 
       
    14 // Enable logging facility in all modules. 
       
    15 // Enabling logs will do the both of the following:
       
    16 //
       
    17 // 1) Write the the logging information to RDebug::Print()
       
    18 //    (in UDEB builds only)
       
    19 // 2) Write the log to file using RFileLogger (both in UDEB and UREL)
       
    20 //    Create the folder C:\Logs\ImageEditor to enable the file logging.
       
    21 #define __IE_GLOBAL_DEBUGLOG__
       
    22 
       
    23 // Verbosity level of the debuglog output
       
    24 //#define __VERBOSE__
       
    25 //#define __VERBOSE_2__
       
    26 
       
    27 // Export the ROM description (.iby) files to epoc32\rom\include.
       
    28 // Not needed if we are not creating rom image.
       
    29 //#define __EXPORT_ROM_DESCRIPTION_FILES__
       
    30 
       
    31 // Use print provider
       
    32 #define __AIW_PRINT_PROVIDER_USED__
       
    33 
       
    34 // Enable fullscreen feature
       
    35 #undef __FULLSCREEN_AVAILABLE__
       
    36 
       
    37 // Cropping aspect ratio options
       
    38 // Enable showing both portrait and landscape in cropping aspect ratio
       
    39 // selection list. If disabled, only one wallpaper option is shown (always 
       
    40 // portrait)
       
    41 #undef __SHOW_TWO_WALLPAPER_ASPECT_RATIOS__
       
    42 
       
    43 // Enable showing optional aspect ratios in selection list
       
    44 #undef __SHOW_OPTIONAL_ASPECT_RATIOS__
       
    45 
       
    46 // Enable landscape feature
       
    47 #define __LANDSCAPE_SUPPORT__
       
    48 
       
    49 // Enable touch-only device Red Eye Reduction plugin action
       
    50 // If enabled, the set state is skipped and plugin loops only in resize state
       
    51 #undef __TOUCH_ONLY_DEVICE_RER_PLUGIN_ACTION__