realtimenetprots/rtp/rtpcore/test/trtpsocket/group/trtpsocket.mmp
changeset 0 307788aac0a8
child 19 b5e99d8877c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/realtimenetprots/rtp/rtpcore/test/trtpsocket/group/trtpsocket.mmp	Tue Feb 02 01:03:15 2010 +0200
@@ -0,0 +1,82 @@
+// 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
+
+
+SYSTEMINCLUDE /epoc32/include
+SYSTEMINCLUDE /epoc32/include/comms-infras
+SYSTEMINCLUDE /epoc32/include/test
+SYSTEMINCLUDE /epoc32/include/libc
+
+
+
+
+
+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
\ No newline at end of file