realtimenetprots/rtp/rtpcore/test/trtpsocket/group/trtpsocket.mmp
author hgs
Fri, 06 Aug 2010 15:14:04 +0300
changeset 37 0295359a7673
parent 0 307788aac0a8
child 44 0dcb073356a5
permissions -rw-r--r--
201031

// Copyright (c) 2005-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:
// trtpsocket.exe Application for testing RTP internal APIs, unit tests
// 
//

/**
 @file
*/

#if (defined WINS && !defined EKA2)
TARGET      trtpsocket.dll
TARGETTYPE  dll
#else
TARGET      trtpsocket.exe
TARGETTYPE  exe
#endif

UID         0x1000008d 0x10201C95

SOURCEPATH		../src
SOURCE      	trtpcoreserver.cpp
SOURCE          trtpcorestep.cpp

#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
SOURCE			trtpsock_utils.cpp
#endif


// core RTP
SOURCEPATH      ../../../src
SOURCE          rtpcollisionmng.cpp
SOURCE          rtpcontroller.cpp
SOURCE          rtpcontrollerbase.cpp
SOURCE          rtpsock.cpp
SOURCE          rtpsourceentry.cpp
SOURCE          rtpstatemachine.cpp
SOURCE          rtpudphandler.cpp
SOURCE          rtpbthandler.cpp
SOURCE          rtputils.cpp
// RTCP
SOURCE		rtcppacket.cpp
SOURCE		rtcpsender.cpp
SOURCE		rtcpsessiondata.cpp
// RTPAPI
SOURCE   rtpapi.cpp rtpcontrollerdummy.cpp rtphandlerbase.cpp

USERINCLUDE		../../../inc
USERINCLUDE		../../../src

MW_LAYER_SYSTEMINCLUDE

LIBRARY     euser.lib testexecuteutils.lib esock.lib insock.lib
LIBRARY		testexecutelogclient.lib netmeta.lib
LIBRARY		estlib.lib random.lib hal.lib bluetooth.lib
LIBRARY 	nodemessages.lib
//LIBRARY			efsrv.lib
DEBUGLIBRARY			flogger.lib 
//LIBRARY			bafl.lib

//CAPABILITY ALL -TCB
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
SMPSAFE