genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group/TestInetProUtilsUriSuite.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2007-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 
       
    17 TARGET		testinetproutilsuriserver.exe
       
    18 TARGETTYPE	exe
       
    19 UID		0 0xA0002703
       
    20 
       
    21 CAPABILITY 	Allfiles
       
    22 
       
    23 
       
    24 VENDORID 	0x70000001
       
    25 
       
    26 SOURCEPATH	../Src
       
    27 SOURCE		TestInetProUtilsUriServer.cpp
       
    28 SOURCE      TestNormaliseUriStep.cpp   TestEscapeEncodeUriStep.cpp
       
    29 SOURCE      TestTelUriParsingStep.cpp   TestTelUriValidationStep.cpp
       
    30 
       
    31 USERINCLUDE	../inc
       
    32 
       
    33 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    34 SYSTEMINCLUDE 	/epoc32/include /epoc32/include/test
       
    35 #else
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 SYSTEMINCLUDE 	/epoc32/include/platform/test
       
    38 #endif
       
    39 
       
    40 LIBRARY		euser.lib efsrv.lib
       
    41 
       
    42 //For File Uri API
       
    43 LIBRARY		inetprotutil.lib
       
    44 
       
    45 //For TEF
       
    46 LIBRARY		testexecuteutils.lib testexecutelogclient.lib 
       
    47 
       
    48 
       
    49 
       
    50 SMPSAFE