taskswitcher/contextengine/tsfswserver/engine/group/tsfswengine.mmp
changeset 4 4d54b72983ae
child 15 ff572dfe6d86
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:  engine component
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET  tsfswengine.dll
       
    22 TARGETTYPE DLL
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 
       
    25 SOURCEPATH ../src
       
    26 SOURCE          tsfswengine.cpp
       
    27 SOURCE          tsfshiddenapplist.cpp
       
    28 SOURCE          tsfsalwaysshownapplist.cpp
       
    29 SOURCE          tsfswidgetlist.cpp
       
    30 SOURCE          tsfswiconcache.cpp
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../inc
       
    36 USERINCLUDE     ../../../inc
       
    37 USERINCLUDE     ../../../trace
       
    38 
       
    39 LIBRARY euser.lib
       
    40 LIBRARY estor.lib
       
    41 LIBRARY eikcore.lib
       
    42 LIBRARY cone.lib
       
    43 LIBRARY apparc.lib
       
    44 LIBRARY ws32.lib
       
    45 LIBRARY apgrfx.lib
       
    46 LIBRARY fbscli.lib
       
    47 LIBRARY bitgdi.lib
       
    48 LIBRARY aknicon.lib
       
    49 LIBRARY aknskins.lib
       
    50 LIBRARY egul.lib
       
    51 LIBRARY widgetregistryclient.lib
       
    52 LIBRARY featmgr.lib
       
    53 
       
    54 LIBRARY tspreviewprovider.lib
       
    55 LIBRARY tsfswutils.lib
       
    56 
       
    57 DEBUGLIBRARY    flogger.lib
       
    58