applayerprotocols/httptransportfw/Test/Group/T_WspProtHnd.mmp
changeset 0 b16258d2340f
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 
       
    18 TARGET			T_WspProtHnd.exe
       
    19 TARGETTYPE		exe
       
    20 CAPABILITY ALL -TCB
       
    21 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    22 SYSTEMINCLUDE	\epoc32\include \epoc32\include\http
       
    23 #else
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 SYSTEMINCLUDE \epoc32\include\http
       
    26 SYSTEMINCLUDE \epoc32\include\mw\http
       
    27 #endif
       
    28 
       
    29 
       
    30 USERINCLUDE 	..\..\inc\framework
       
    31 USERINCLUDE		..\..\inc
       
    32 USERINCLUDE		..\testinc ..\testinc\T_WspProtHnd ..\t_utils ..\chat
       
    33 USERINCLUDE		..\..\core
       
    34 
       
    35 SOURCEPATH		..\T_WspProtHnd
       
    36 SOURCE			T_WspProtHnd.cpp CWspFileDataSupplier.cpp
       
    37 SOURCE			CWspCmdLineProcessor.cpp CWspScriptProcessor.cpp DriverCustomValidators.cpp
       
    38 
       
    39 LIBRARY			euser.lib http.lib t_wspeventdriver.lib bafl.lib 
       
    40 LIBRARY			testconsole.lib inetprotutil.lib httptestutils.lib
       
    41 LIBRARY			efsrv.lib flogger.lib chat.lib
       
    42 
       
    43 VENDORID 0x70000001
       
    44 
       
    45 SMPSAFE