taskswitcher/contextengine/tsfswserver/server/group/tsfswserver.mmp
changeset 4 4d54b72983ae
child 59 d721605b30d0
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:  server component
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET tsfswserver.exe
       
    22 TARGETTYPE EXE
       
    23 UID 0x0 0x2001CBE1
       
    24 // AllFiles cap needed to get icon for wrt widgets
       
    25 CAPABILITY CAP_SERVER AllFiles
       
    26 
       
    27 SOURCEPATH ../src
       
    28 SOURCE          tsfswserver.cpp
       
    29 SOURCE          tsfswsession.cpp
       
    30 SOURCE          tsfswappui.cpp
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../inc
       
    36 USERINCLUDe     ../../../inc
       
    37 
       
    38 LIBRARY euser.lib
       
    39 LIBRARY estor.lib
       
    40 LIBRARY eikcore.lib
       
    41 LIBRARY cone.lib
       
    42 LIBRARY ws32.lib
       
    43 LIBRARY apgrfx.lib
       
    44 LIBRARY fbscli.lib
       
    45 LIBRARY avkon.lib
       
    46 
       
    47 LIBRARY tsfswengine.lib
       
    48 LIBRARY tsfswutils.lib