applayerprotocols/httpservice/test/group/httpservicetest.mmp
changeset 0 b16258d2340f
child 7 337070b4fa18
child 19 2f328ce1b263
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 /*
       
     2 * Copyright (c) 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 *
       
    16 */
       
    17 // t_httpservicetest.mmp
       
    18 // Your copyright notice
       
    19 
       
    20 TARGET				httpserviceapitest.exe
       
    21 TARGETTYPE			exe
       
    22 UID					0x1000007A 0x2002ABD6 
       
    23 CAPABILITY ALL -TCB
       
    24 
       
    25 //Please add any change under here
       
    26 SOURCEPATH			../httpservicetest
       
    27 
       
    28 SOURCE	TestScriptTestServer.cpp 
       
    29 SOURCE	clocaltestserver.cpp 
       
    30 SOURCE	ctestserverstreammanager.cpp 
       
    31 SOURCE	ctestclienthttpget.cpp 
       
    32 SOURCE	ctestclienthttppost.cpp
       
    33 SOURCE	ctesthttpclientstep.cpp 
       
    34 SOURCE	chttpclienttestparams.cpp
       
    35 
       
    36 USERINCLUDE 		../../inc
       
    37 USERINCLUDE 		../../../httptransportfw/test/t_utils
       
    38 USERINCLUDE 		../../../httptransportfw/utils
       
    39 SYSTEMINCLUDE 		../../../../applayerpluginsandutils/httptransportplugins/httptransporthandler
       
    40 
       
    41 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    42 SYSTEMINCLUDE   	/epoc32/include
       
    43 SYSTEMINCLUDE		/epoc32/include/test
       
    44 SYSTEMINCLUDE		/epoc32/include/http
       
    45 #else
       
    46 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 SYSTEMINCLUDE		/epoc32/include/platform/test
       
    48 SYSTEMINCLUDE		/epoc32/include/mw/http
       
    49 #endif
       
    50 
       
    51 LIBRARY				euser.lib
       
    52 LIBRARY				testexecuteutils.lib 
       
    53 LIBRARY				testexecutelogclient.lib 
       
    54 LIBRARY		 		bafl.lib
       
    55 LIBRARY		  		ecom.lib
       
    56 LIBRARY		  		http.lib
       
    57 LIBRARY		  		inetprotutil.lib
       
    58 LIBRARY		  		httpservice.lib
       
    59 LIBRARY				efsrv.lib 
       
    60 LIBRARY				httptestutils.lib
       
    61 LIBRARY				esock.lib insock.lib
       
    62 
       
    63 SMPSAFE