testexecmdw/tef/tef/test/regressiontest/utilitiesut/group/te_utilitiesut.mmp
branchRCL_3
changeset 3 9397a16b6eb8
parent 1 6edeef394eb7
equal deleted inserted replaced
1:6edeef394eb7 3:9397a16b6eb8
     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 * Name		: UtilitiesUT.mmp
       
    16 * Author	  : Shuo Huang
       
    17 * This is the project specification file for UtilitiesUT.
       
    18 *
       
    19 */
       
    20 
       
    21 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    22 
       
    23 
       
    24 TARGET		  te_regutiliesut.exe
       
    25 TARGETTYPE	  exe
       
    26 UID 0x1000007A  0x101F778F
       
    27 
       
    28 USERINCLUDE   ../inc
       
    29 
       
    30 STATICLIBRARY	TEFUnit.lib
       
    31 LIBRARY			euser.lib
       
    32 LIBRARY			testexecuteutils.lib
       
    33 LIBRARY			efsrv.lib
       
    34 LIBRARY			testexecutelogclient.lib
       
    35 LIBRARY			testexecutepipslogclient.lib
       
    36 LIBRARY			rfileloggerclient.lib
       
    37 
       
    38 SOURCEPATH  ../src
       
    39 SOURCE      ctefutilitiesut.cpp
       
    40 SOURCE		te_regutiliesmain.cpp
       
    41 
       
    42 #ifdef ENABLE_ABIV2_MODE
       
    43 DEBUGGABLE
       
    44 #endif
       
    45