taskswitcher/contextengine/hgfswserver/engine/group/hgfswengine.mmp
changeset 4 4d54b72983ae
parent 3 fb3763350a08
child 5 c743ef5928ba
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
       
     2  * ===========================================================================
       
     3  *  Name        : hgfswengine.mmp
       
     4  *  Part of     : Huriganes / Fast Swap Server
       
     5  *  Description : engine component
       
     6  *  Version     : %version: sa1spcx1#17 %
       
     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  hgfswengine.dll
       
    23 TARGETTYPE DLL
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 
       
    26 SOURCEPATH ../src
       
    27 SOURCE          hgfswengine.cpp
       
    28 SOURCE          hgfshiddenapplist.cpp
       
    29 SOURCE          hgfsalwaysshownapplist.cpp
       
    30 SOURCE          hgfswidgetlist.cpp
       
    31 SOURCE          hgfswiconcache.cpp
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 USERINCLUDE     ../../../inc
       
    38 USERINCLUDE     ../../../trace
       
    39 
       
    40 LIBRARY euser.lib
       
    41 LIBRARY estor.lib
       
    42 LIBRARY eikcore.lib
       
    43 LIBRARY cone.lib
       
    44 LIBRARY apparc.lib
       
    45 LIBRARY ws32.lib
       
    46 LIBRARY apgrfx.lib
       
    47 LIBRARY fbscli.lib
       
    48 LIBRARY bitgdi.lib
       
    49 LIBRARY aknicon.lib
       
    50 LIBRARY aknskins.lib
       
    51 LIBRARY egul.lib
       
    52 LIBRARY         widgetregistryclient.lib
       
    53 LIBRARY         featmgr.lib
       
    54 
       
    55 LIBRARY hgpreviewprovider.lib
       
    56 LIBRARY hgfswutils.lib
       
    57 
       
    58 DEBUGLIBRARY    flogger.lib
       
    59