applayerprotocols/httptransportfw/Test/Group/testhttpmessage.mmp
changeset 0 b16258d2340f
child 19 c0c2f28ace9c
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET		  testhttpmessage.exe
       
    17 TARGETTYPE	  exe
       
    18 UID			 0 0xE30FF9B5
       
    19 
       
    20 USERINCLUDE	    ../testhttpMessage ../t_utils
       
    21 SYSTEMINCLUDE	 ../../httpmessage
       
    22 
       
    23 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    24 SYSTEMINCLUDE	/epoc32/include /epoc32/include/http
       
    25 #else
       
    26 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 SYSTEMINCLUDE	/epoc32/include/mw/http
       
    28 #endif
       
    29 
       
    30 SOURCEPATH	  ../testhttpMessage
       
    31 SOURCE		  ctestengine.cpp ctestmessagecomposer.cpp testhttpmessage.cpp ctestmessageparser.cpp 
       
    32 
       
    33 LIBRARY		 euser.lib http.lib inetprotutil.lib bafl.lib httpmessage.lib efsrv.lib httptestutils.lib
       
    34 
       
    35 #ifdef ENABLE_ABIV2_MODE
       
    36 DEBUGGABLE_UDEBONLY
       
    37 #endif
       
    38 
       
    39 SMPSAFE