tcpiputils/dhcp/te_unittest/dhcpservtest.mmp
author Dario Sestito <darios@symbian.org>
Fri, 30 Apr 2010 16:48:33 +0100
branchRCL_3
changeset 17 75c06c88bfa3
parent 11 db85996de7c4
child 51 78fceed50f62
child 53 7e41d162e158
permissions -rw-r--r--
Merge fix for bug 2611

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// using relative paths for sourcepath and user includes
// 
//

TARGET        dhcpservtest.exe
TARGETTYPE    exe
UID           0x100039CE 0X10009388

SOURCEPATH .
SOURCE dhcpservtest.cpp
USERINCLUDE ..\include
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
SYSTEMINCLUDE \epoc32\include \epoc32\include\Networking
#else
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
SYSTEMINCLUDE \epoc32\include\platform\Networking
SYSTEMINCLUDE  ..\..\networkaddressandporttranslation\inc
#endif


LIBRARY       euser.lib ecom.lib esock.lib InetProtUtil.lib commdb.lib insock.lib c32root.lib

CAPABILITY ALL -Tcb

SMPSAFE