taskswitcher/teleportui/hgteleportapp/group/hgteleportapp.mmp
changeset 4 4d54b72983ae
parent 3 fb3763350a08
child 5 c743ef5928ba
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : hgteleportapp.mmp
       
     4 *  Part of     : Hg Teleport
       
     5 *  Description : mmp file for teleport application
       
     6 *  Version     : %version: sa1spcx1#24 %
       
     7 *
       
     8 *  Copyright © 2008 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include "../inc/hgteleportuid.hrh"
       
    23 
       
    24 EPOCHEAPSIZE    0x100000 0xa00000  // 1 Mb - 10 Mb
       
    25 EPOCSTACKSIZE   0x5000 // 20KB
       
    26 
       
    27 TARGET          hgteleport.exe
       
    28 TARGETTYPE      exe
       
    29 UID             0x100039CE KHgTeleportAppUidValue
       
    30 CAPABILITY      CAP_APPLICATION NetworkControl PowerMgmt
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          hgteleportappui.cpp
       
    35 SOURCE          hgteleportapplication.cpp
       
    36 SOURCE          hgteleportdocument.cpp
       
    37 SOURCE          hgteleport.cpp
       
    38 SOURCE          hgteleportappview.cpp
       
    39 SOURCE          hgteleportfastswaparea.cpp
       
    40 SOURCE          hgteleportfastswapgrid.cpp
       
    41 SOURCE          hgteleportdevicestate.cpp
       
    42 SOURCE          hgteleporteventcontroler.cpp
       
    43 SOURCE          hgteleportphysicsengine.cpp
       
    44 SOURCE          hgteleportphysics.cpp
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../../inc
       
    48 USERINCLUDE     ../../trace
       
    49 USERINCLUDE     ../../../contextengine/inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         apparc.lib
       
    57 LIBRARY         cone.lib
       
    58 LIBRARY         eikcore.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         apgrfx.lib
       
    61 LIBRARY         ws32.lib
       
    62 LIBRARY         aknskins.lib
       
    63 LIBRARY         egul.lib
       
    64 LIBRARY         eikcoctl.lib
       
    65 LIBRARY         fbscli.lib
       
    66 LIBRARY         aknskinsrv.lib
       
    67 LIBRARY		    commonengine.lib
       
    68 LIBRARY		    efsrv.lib
       
    69 LIBRARY		    estor.lib
       
    70 LIBRARY         aknnotify.lib
       
    71 LIBRARY         hlplch.lib
       
    72 LIBRARY         aknicon.lib
       
    73 LIBRARY         bitgdi.lib
       
    74 LIBRARY         gdi.lib
       
    75 LIBRARY         cdlengine.lib
       
    76 LIBRARY         aknlayout2.lib
       
    77 LIBRARY         aknlayout2scalable.lib
       
    78 LIBRARY         oommonitor.lib
       
    79 LIBRARY         hal.lib
       
    80 LIBRARY         gfxtrans.lib
       
    81 LIBRARY         akntransitionutils.lib
       
    82 LIBRARY         bafl.lib
       
    83 LIBRARY         akntouchgesturefw.lib
       
    84 LIBRARY         aknphysics.lib
       
    85 LIBRARY         touchfeedback.lib
       
    86 
       
    87 
       
    88 DEBUGLIBRARY    flogger.lib
       
    89 
       
    90 
       
    91 LIBRARY         hgcontextservicesutils.lib
       
    92 LIBRARY         hgfswclient.lib
       
    93 LIBRARY         hgfswutils.lib
       
    94 
       
    95 SOURCEPATH      ../data
       
    96 START RESOURCE  hgteleport.rss
       
    97 HEADER
       
    98 TARGETPATH      APP_RESOURCE_DIR
       
    99 LANGUAGE_IDS
       
   100 END
       
   101 
       
   102 SOURCEPATH      ../data
       
   103 START RESOURCE  hgteleport_reg.rss
       
   104 DEPENDS hgteleport.rsg
       
   105 TARGETPATH      /private/10003a3f/apps
       
   106 END