genericservices/httputils/Test/group/IpuTestUtils.mmp
changeset 0 e4d67989cc36
child 67 a1e347446159
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2001-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		iputestutils.dll
       
    17 TARGETTYPE		dll
       
    18 CAPABILITY ALL -TCB
       
    19 
       
    20 // Do we need new UIDs for InetUtils?
       
    21 UID		0x1000008d	0x10005188
       
    22 VENDORID 0x70000001
       
    23 SOURCEPATH	../IpuTestUtils
       
    24 #include 	"../IpuTestUtils/iputestutils.mmpi"
       
    25 USERINCLUDE	../IpuTestUtils 
       
    26 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    27 SYSTEMINCLUDE	/epoc32/include
       
    28 #else
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 #endif
       
    31 
       
    32 LIBRARY		euser.lib efsrv.lib flogger.lib 
       
    33 
       
    34 #ifdef WINSCW
       
    35 DEFFILE		IPUTESTUTILS.DEF
       
    36 #endif
       
    37 
       
    38 #ifdef	ARMV5
       
    39 DEFFILE		IpuTestUtils.def
       
    40 #endif
       
    41 
       
    42 
       
    43 SMPSAFE