uiacceltk/hitchcock/ServerCore/Src/alfappservercore.mmp
branchRCL_3
changeset 51 e5af45d51884
parent 50 1801340c26a2
child 52 31fccae4f8a7
equal deleted inserted replaced
50:1801340c26a2 51:e5af45d51884
    35 // MACRO ALF_DEBUG_TRACK_DRAWING
    35 // MACRO ALF_DEBUG_TRACK_DRAWING
    36 // MACRO HUI_DEBUG_TRACK_DRAWING
    36 // MACRO HUI_DEBUG_TRACK_DRAWING
    37 // #define HUI_DEBUG_TRACK_DRAWING
    37 // #define HUI_DEBUG_TRACK_DRAWING
    38 
    38 
    39 // MACRO ALF_DEBUG_PRINT_NODE_INFO
    39 // MACRO ALF_DEBUG_PRINT_NODE_INFO
    40 
       
    41 // Have these lines active if you want to have additional memory logging.
       
    42 // Comment these lines out if you don't want any memory logging.
       
    43 //MACRO ALF_MEMORYLOGGING
       
    44 //#define ALF_MEMORYLOGGING
       
    45 
    40 
    46 
    41 
    47 TARGET                  alfappservercore.dll
    42 TARGET                  alfappservercore.dll
    48 TARGETTYPE              dll
    43 TARGETTYPE              dll
    49 UID                     0x1000008d KAlfAppServerCoreUid3
    44 UID                     0x1000008d KAlfAppServerCoreUid3
   137 #endif // #ifdef SYMBIAN_BUILD_GCE
   132 #endif // #ifdef SYMBIAN_BUILD_GCE
   138 
   133 
   139 #ifdef HUI_DEBUG_TRACK_DRAWING
   134 #ifdef HUI_DEBUG_TRACK_DRAWING
   140 LIBRARY					alfcommanddebug.lib
   135 LIBRARY					alfcommanddebug.lib
   141 #endif
   136 #endif
   142 
       
   143 #ifdef ALF_MEMORYLOGGING
       
   144 LIBRARY                 hal.lib
       
   145 #endif