taskswitcher/contextengine/hgfswserver/server/group/hgfswserver.mmp
changeset 4 4d54b72983ae
parent 3 fb3763350a08
child 5 c743ef5928ba
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
       
     2  * ===========================================================================
       
     3  *  Name        : hgfswserver.mmp
       
     4  *  Part of     : Huriganes / Fast Swap Server
       
     5  *  Description : server component
       
     6  *  Version     : %version: 9 %
       
     7  *
       
     8  *  Copyright © 2008 Nokia Corporation.
       
     9  *  This material, including documentation and any related 
       
    10  *  computer programs, is protected by copyright controlled by 
       
    11  *  Nokia Corporation. All rights are reserved. Copying, 
       
    12  *  including reproducing, storing, adapting or translating, any 
       
    13  *  or all of this material requires the prior written consent of 
       
    14  *  Nokia Corporation. This material also contains confidential 
       
    15  *  information which may not be disclosed to others without the 
       
    16  *  prior written consent of Nokia Corporation.
       
    17  * ===========================================================================
       
    18  */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET hgfswserver.exe
       
    23 TARGETTYPE EXE
       
    24 UID 0x0 0x2001CBE1
       
    25 // AllFiles cap needed to get icon for wrt widgets
       
    26 CAPABILITY CAP_SERVER AllFiles
       
    27 
       
    28 SOURCEPATH ../src
       
    29 SOURCE          hgfswserver.cpp
       
    30 SOURCE          hgfswsession.cpp
       
    31 SOURCE          hgfswappui.cpp
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 USERINCLUDe     ../../../inc
       
    38 
       
    39 LIBRARY euser.lib
       
    40 LIBRARY estor.lib
       
    41 LIBRARY eikcore.lib
       
    42 LIBRARY cone.lib
       
    43 LIBRARY ws32.lib
       
    44 LIBRARY apgrfx.lib
       
    45 LIBRARY fbscli.lib
       
    46 LIBRARY avkon.lib
       
    47 
       
    48 LIBRARY hgfswengine.lib
       
    49 LIBRARY hgfswutils.lib
       
    50