testexecmdw/tef/tef/utils/group/testexecuteutils.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 * Using relative paths for sourcepath and user includes
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include "../../Group/testexecute.cfg"
       
    22 
       
    23 //Unpaged
       
    24 TARGET      testexecuteutils.dll
       
    25 CAPABILITY	All
       
    26 TARGETTYPE 	dll
       
    27 UID		0x1000008d 0x101F777A
       
    28 VENDORID	0x70000001
       
    29 
       
    30 
       
    31 SOURCEPATH 	../src
       
    32 SOURCE		testserverbase.cpp
       
    33 SOURCE		teststepbase.cpp
       
    34 SOURCE		testclient.cpp
       
    35 SOURCE		testexecutelogger.cpp
       
    36 SOURCE		tefscriptutils.cpp
       
    37 SOURCE      serialwriter.cpp
       
    38 
       
    39 SOURCE		datawrapper.cpp
       
    40 SOURCE		commandprocessor.cpp
       
    41 SOURCE		datadictionary.cpp
       
    42 SOURCE		activecallback.cpp
       
    43 SOURCE		testserver2.cpp
       
    44 SOURCE		testblockcontroller.cpp
       
    45 SOURCE		teftimer.cpp tefutils.cpp
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 
       
    49 USERINCLUDE	../inc
       
    50 
       
    51 LIBRARY		euser.lib
       
    52 LIBRARY		iniparser.lib
       
    53 LIBRARY		testexecutelogclient.lib
       
    54 LIBRARY		testexecutepipslogclient.lib
       
    55 LIBRARY		efsrv.lib
       
    56 LIBRARY		rfileloggerclient.lib
       
    57 
       
    58 //testexecuteseriallogclient.lib 
       
    59