backsteppingsrv/group/bsengine.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Project definition file for project
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          bsengine.exe
       
    21 TARGETTYPE      exe
       
    22 CAPABILITY      CAP_SERVER
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 UID             0x1000008d 0x2000F83E
       
    26 
       
    27 LANG            SC
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          bsserver.cpp
       
    31 SOURCE          bsengine.cpp
       
    32 SOURCE          bsserversession.cpp
       
    33 SOURCE          bsconfiguration.cpp
       
    34 SOURCE          bsapplicationinfo.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 // APP layer system include is needed here because xcfw_api has
       
    39 // dependency to app layer
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         euser.lib 
       
    43 LIBRARY         efsrv.lib
       
    44 LIBRARY         ecom.lib
       
    45 
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY         cone.lib
       
    48 LIBRARY         ws32.lib 
       
    49 LIBRARY         apgrfx.lib 
       
    50 LIBRARY         bafl.lib
       
    51 
       
    52 LIBRARY         xcfw.lib
       
    53 
       
    54 DEBUGLIBRARY    flogger.lib
       
    55 
       
    56 //end of file