os/ossrv/genericservices/httputils/Test/group/IpuTestUtils.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 LIBRARY charconv.lib
    34 
    35 #ifdef WINSCW
    36 DEFFILE		IPUTESTUTILS.DEF
    37 #endif
    38 
    39 #ifdef	ARMV5
    40 DEFFILE		IpuTestUtils.def
    41 #endif
    42 
    43 
    44 SMPSAFE