testexecfw/stf/stfext/testmodules/teftestmod/teftestmodulefw/tefutilities/TEFUtilityServer/group/tefutilityservercommon.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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:  
       
    15 * TEFUtilityServer.mmp
       
    16 * Using relative paths for sourcepath and user includes
       
    17 *
       
    18 */
       
    19 
       
    20 SMPSAFE
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #if !(defined TEF_LITE_VERSION)
       
    24 TARGET      tefutilityserver.exe
       
    25 #else
       
    26 TARGET      tefutilityserverlite.exe
       
    27 #endif
       
    28 
       
    29 TARGETTYPE  exe
       
    30 UID         0x100039CE 0x10281AE1  
       
    31 
       
    32 CAPABILITY	All -TCB
       
    33 
       
    34 SOURCEPATH  			../src 
       
    35 
       
    36 SOURCE				tefutilityserver.cpp
       
    37 #if !(defined TEF_LITE_VERSION)
       
    38 SOURCE				tefbuildinfologstep.cpp
       
    39 #endif
       
    40 SOURCE				tefformatdrive.cpp
       
    41 
       
    42 USERINCLUDE		../inc 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY     	euser.lib
       
    46 LIBRARY			testexecuteutils.lib
       
    47 LIBRARY			testexecutelogclient.lib
       
    48 #if !(defined TEF_LITE_VERSION)
       
    49 LIBRARY			bafl.lib
       
    50 #endif
       
    51 LIBRARY			efsrv.lib
       
    52