taskswitcher/taskswitcherui/taskswitcherapp/group/tsapp.mmp
branchRCL_3
changeset 88 3321d3e205b6
parent 83 5456b4e8b3a8
child 102 ba63c83f4716
equal deleted inserted replaced
83:5456b4e8b3a8 88:3321d3e205b6
    18 
    18 
    19 #include <data_caging_paths.hrh>
    19 #include <data_caging_paths.hrh>
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 #include "../inc/tsuid.hrh"
    21 #include "../inc/tsuid.hrh"
    22 
    22 
    23 EPOCHEAPSIZE    0x100000 0xa00000  // 1 Mb - 10 Mb
    23 #ifndef WINSCW
       
    24     EPOCHEAPSIZE    0x100000 0xa00000  // 1 Mb - 10 Mb
       
    25 #endif
    24 EPOCSTACKSIZE   0x5000 // 20KB
    26 EPOCSTACKSIZE   0x5000 // 20KB
    25 
    27 
    26 TARGET          taskswitcher.exe
    28 TARGET          taskswitcher.exe
    27 
    29 
    28 TARGETTYPE      exe
    30 TARGETTYPE      exe
    35 SOURCE          tsapplication.cpp
    37 SOURCE          tsapplication.cpp
    36 SOURCE          tsdocument.cpp
    38 SOURCE          tsdocument.cpp
    37 SOURCE          tstaskswitcher.cpp 
    39 SOURCE          tstaskswitcher.cpp 
    38 SOURCE          tsappview.cpp
    40 SOURCE          tsappview.cpp
    39 SOURCE          tsfastswaparea.cpp
    41 SOURCE          tsfastswaparea.cpp
       
    42 SOURCE          tsfastswapareautils.cpp
    40 SOURCE          tsfastswapgrid.cpp
    43 SOURCE          tsfastswapgrid.cpp
    41 SOURCE          tsdevicestate.cpp
    44 SOURCE          tsdevicestate.cpp
    42 SOURCE          tseventcontroler.cpp
    45 SOURCE          tseventcontroler.cpp
    43 SOURCE          tsphysicsengine.cpp
    46 SOURCE          tsphysicsengine.cpp
    44 SOURCE          tsphysics.cpp
    47 SOURCE          tsphysics.cpp
    79 LIBRARY         akntransitionutils.lib
    82 LIBRARY         akntransitionutils.lib
    80 LIBRARY         bafl.lib
    83 LIBRARY         bafl.lib
    81 LIBRARY         akntouchgesturefw.lib
    84 LIBRARY         akntouchgesturefw.lib
    82 LIBRARY         aknphysics.lib
    85 LIBRARY         aknphysics.lib
    83 LIBRARY         touchfeedback.lib
    86 LIBRARY         touchfeedback.lib
       
    87 LIBRARY         bitmaptransforms.lib
    84 
    88 
    85 DEBUGLIBRARY    flogger.lib
    89 DEBUGLIBRARY    flogger.lib
    86 
    90 
    87 LIBRARY         tscontextservicesutils.lib
    91 LIBRARY         tscontextservicesutils.lib
    88 LIBRARY         tsfswclient.lib
    92 LIBRARY         tsfswclient.lib