taskswitcher/taskswitcherui/taskswitcherapp/group/tsapp.mmp
branchRCL_3
changeset 83 5456b4e8b3a8
child 88 3321d3e205b6
equal deleted inserted replaced
82:5f0182e07bfb 83:5456b4e8b3a8
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  mmp file for taskswitcher application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include "../inc/tsuid.hrh"
       
    22 
       
    23 EPOCHEAPSIZE    0x100000 0xa00000  // 1 Mb - 10 Mb
       
    24 EPOCSTACKSIZE   0x5000 // 20KB
       
    25 
       
    26 TARGET          taskswitcher.exe
       
    27 
       
    28 TARGETTYPE      exe
       
    29 UID             0x100039CE KTsAppUidValue
       
    30 CAPABILITY      CAP_APPLICATION NetworkControl PowerMgmt
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          tsappui.cpp
       
    35 SOURCE          tsapplication.cpp
       
    36 SOURCE          tsdocument.cpp
       
    37 SOURCE          tstaskswitcher.cpp 
       
    38 SOURCE          tsappview.cpp
       
    39 SOURCE          tsfastswaparea.cpp
       
    40 SOURCE          tsfastswapgrid.cpp
       
    41 SOURCE          tsdevicestate.cpp
       
    42 SOURCE          tseventcontroler.cpp
       
    43 SOURCE          tsphysicsengine.cpp
       
    44 SOURCE          tsphysics.cpp
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../../inc
       
    48 USERINCLUDE     ../../trace
       
    49 USERINCLUDE     ../../../contextengine/inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         apparc.lib
       
    55 LIBRARY         cone.lib
       
    56 LIBRARY         eikcore.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         apgrfx.lib
       
    59 LIBRARY         ws32.lib
       
    60 LIBRARY         aknskins.lib
       
    61 LIBRARY         egul.lib
       
    62 LIBRARY         eikcoctl.lib
       
    63 LIBRARY         fbscli.lib
       
    64 LIBRARY         aknskinsrv.lib
       
    65 LIBRARY		    commonengine.lib
       
    66 LIBRARY		    efsrv.lib
       
    67 LIBRARY		    estor.lib
       
    68 LIBRARY         aknnotify.lib
       
    69 LIBRARY         hlplch.lib
       
    70 LIBRARY         aknicon.lib
       
    71 LIBRARY         bitgdi.lib
       
    72 LIBRARY         gdi.lib
       
    73 LIBRARY         cdlengine.lib
       
    74 LIBRARY         aknlayout2.lib
       
    75 LIBRARY         aknlayout2scalable.lib
       
    76 LIBRARY         oommonitor.lib
       
    77 LIBRARY         hal.lib
       
    78 LIBRARY         gfxtrans.lib
       
    79 LIBRARY         akntransitionutils.lib
       
    80 LIBRARY         bafl.lib
       
    81 LIBRARY         akntouchgesturefw.lib
       
    82 LIBRARY         aknphysics.lib
       
    83 LIBRARY         touchfeedback.lib
       
    84 
       
    85 DEBUGLIBRARY    flogger.lib
       
    86 
       
    87 LIBRARY         tscontextservicesutils.lib
       
    88 LIBRARY         tsfswclient.lib
       
    89 LIBRARY         tsfswutils.lib
       
    90 
       
    91 SOURCEPATH      ../data
       
    92 START RESOURCE  taskswitcher.rss
       
    93 HEADER
       
    94 TARGETPATH      APP_RESOURCE_DIR
       
    95 LANGUAGE_IDS
       
    96 END
       
    97 
       
    98 SOURCEPATH      ../data
       
    99 START RESOURCE  taskswitcher_reg.rss
       
   100 DEPENDS taskswitcher.rsg
       
   101 TARGETPATH      /private/10003a3f/apps
       
   102 END