taskswitcher/taskswitcherui/taskswitcherapp/group/tsapp.mmp
changeset 4 4d54b72983ae
child 9 f966699dea19
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
       
     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 TARGETTYPE      exe
       
    28 UID             0x100039CE KTsAppUidValue
       
    29 CAPABILITY      CAP_APPLICATION NetworkControl PowerMgmt
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          tsappui.cpp
       
    34 SOURCE          tsapplication.cpp
       
    35 SOURCE          tsdocument.cpp
       
    36 SOURCE          tstaskswitcher.cpp 
       
    37 SOURCE          tsappview.cpp
       
    38 SOURCE          tsfastswaparea.cpp
       
    39 SOURCE          tsfastswapgrid.cpp
       
    40 SOURCE          tsdevicestate.cpp
       
    41 SOURCE          tseventcontroler.cpp
       
    42 SOURCE          tsphysicsengine.cpp
       
    43 SOURCE          tsphysics.cpp
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../../inc
       
    47 USERINCLUDE     ../../trace
       
    48 USERINCLUDE     ../../../contextengine/inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         apparc.lib
       
    54 LIBRARY         cone.lib
       
    55 LIBRARY         eikcore.lib
       
    56 LIBRARY         avkon.lib
       
    57 LIBRARY         apgrfx.lib
       
    58 LIBRARY         ws32.lib
       
    59 LIBRARY         aknskins.lib
       
    60 LIBRARY         egul.lib
       
    61 LIBRARY         eikcoctl.lib
       
    62 LIBRARY         fbscli.lib
       
    63 LIBRARY         aknskinsrv.lib
       
    64 LIBRARY		    commonengine.lib
       
    65 LIBRARY		    efsrv.lib
       
    66 LIBRARY		    estor.lib
       
    67 LIBRARY         aknnotify.lib
       
    68 LIBRARY         hlplch.lib
       
    69 LIBRARY         aknicon.lib
       
    70 LIBRARY         bitgdi.lib
       
    71 LIBRARY         gdi.lib
       
    72 LIBRARY         cdlengine.lib
       
    73 LIBRARY         aknlayout2.lib
       
    74 LIBRARY         aknlayout2scalable.lib
       
    75 LIBRARY         oommonitor.lib
       
    76 LIBRARY         hal.lib
       
    77 LIBRARY         gfxtrans.lib
       
    78 LIBRARY         akntransitionutils.lib
       
    79 LIBRARY         bafl.lib
       
    80 LIBRARY         akntouchgesturefw.lib
       
    81 LIBRARY         aknphysics.lib
       
    82 LIBRARY         touchfeedback.lib
       
    83 
       
    84 DEBUGLIBRARY    flogger.lib
       
    85 
       
    86 LIBRARY         tscontextservicesutils.lib
       
    87 LIBRARY         tsfswclient.lib
       
    88 LIBRARY         tsfswutils.lib
       
    89 
       
    90 SOURCEPATH      ../data
       
    91 START RESOURCE  tstaskswitcher.rss
       
    92 HEADER
       
    93 TARGETPATH      APP_RESOURCE_DIR
       
    94 LANGUAGE_IDS
       
    95 END
       
    96 
       
    97 SOURCEPATH      ../data
       
    98 START RESOURCE  tstaskswitcher_reg.rss
       
    99 DEPENDS tstaskswitcher.rsg
       
   100 TARGETPATH      /private/10003a3f/apps
       
   101 END