commsfwutils/commsbufs/mbufgobblerlayer/te_mbufgobbler/group/te_mbufgobbler.mmp
branchRCL_3
changeset 84 486e9e9c45a7
parent 76 576874e13a2c
child 85 7c25be0307fe
equal deleted inserted replaced
76:576874e13a2c 84:486e9e9c45a7
     1 // Copyright (c) 2010 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 //  Mbufgobbler plugin for TEF. Sends/receives data, and ensures it went through the new layer
       
    15 //
       
    16 
       
    17 TARGET			te_mbufgobbler.exe
       
    18 
       
    19 // NetworkServices because it's using sockets.
       
    20 // WriteDeviceData because it needs to define pub/sub properties
       
    21 // NetworkControl for RConnection::Stop. Remove this (from here and test code) if stop is not required
       
    22 CAPABILITY 		NetworkServices WriteDeviceData NetworkControl 
       
    23 TARGETTYPE		exe
       
    24 UID				0x1000007A 0x10272F9D
       
    25 VENDORID		0x70000001
       
    26 
       
    27 SOURCEPATH		../src
       
    28 SOURCE			te_mbufgobblerserver.cpp
       
    29 SOURCE			te_mbufgobblertest.cpp
       
    30 
       
    31 
       
    32 USERINCLUDE		../inc
       
    33 USERINCLUDE		../../inc
       
    34 SYSTEMINCLUDE	/epoc32/include
       
    35 SYSTEMINCLUDE	/epoc32/include/test
       
    36 SYSTEMINCLUDE	/epoc32/include/libc
       
    37 //SYSTEMINCLUDE	/epoc32/include/nkern
       
    38 SYSTEMINCLUDE  /epoc32/include/platform
       
    39 SYSTEMINCLUDE  /epoc32/include/platform/comms-infras
       
    40 
       
    41 //LIBRARY			estlib.lib 
       
    42 LIBRARY			euser.lib
       
    43 LIBRARY			testexecuteutils.lib
       
    44 LIBRARY			testexecutelogclient.lib
       
    45 
       
    46 LIBRARY			esock.lib
       
    47 LIBRARY			insock.lib
       
    48 
       
    49 SMPSAFE