smsprotocols/smsstack/wapprot/test/TE_WAPDGRM/TE_wapdgrm.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:23:08 +0300
branchRCL_3
changeset 65 630d2f34d719
parent 14 7ef16719d8cb
child 66 07a122eea281
permissions -rw-r--r--
Revision: 201035 Kit: 201035

// Copyright (c) 2004-2010 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:
//

TARGET      te_wapdgrm.exe
CAPABILITY ReadDeviceData WriteDeviceData NetworkControl NetworkServices ReadUserData WriteUserData PowerMgmt
TARGETTYPE  exe
UID             0x1000007A 0x101FBC46
VENDORID 0x70000001

SOURCEPATH	  .
SOURCE        TE_testwapdgrm.cpp
SOURCE        TE_wapdgrmserver.cpp
SOURCE        TE_wapdgrmbase.cpp
SOURCEPATH    ../../Src
SOURCE        wappstor.cpp       // component under test
SOURCE        wapdgrm.cpp        // component under test
SOURCE        wapthdr.cpp        // component under test

USERINCLUDE	  .
USERINCLUDE   ../../Inc
USERINCLUDE   ../../../gsmu/inc
USERINCLUDE   ../../../common/inc
USERINCLUDE   ../../../test
USERINCLUDE   ../../../smsu/inc
USERINCLUDE	  ../traces

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY       euser.lib gsmu.lib efsrv.lib estor.lib charconv.lib mbufmgr.lib
LIBRARY		  testexecutelogclient.lib
LIBRARY		  testexecuteutils.lib

#ifdef SYMBIAN_ZERO_COPY_NETWORKING
LIBRARY		commsbufs.lib
#endif // SYMBIAN_ZERO_COPY_NETWORKING


SMPSAFE