testexecmgmt/ucc/BuildScripts/group/NetworkEmulatorControl.mmp
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET        networkemulatorcontrol.dll
       
    20 CAPABILITY All -Tcb
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000009d 0x10009B05
       
    23 VENDORID 0x70000001
       
    24 
       
    25 SOURCEPATH		..\..\Source\UCCSDeviceControl
       
    26 SOURCE        CSerialTransport.cpp
       
    27 SOURCE        CTCPTransport.cpp
       
    28 SOURCE        CUCCSDeviceControl.cpp
       
    29 SOURCE        CUCCSDeviceProtocol.cpp
       
    30 SOURCE        CNetworkEmulatorSetupCommdb.cpp
       
    31 
       
    32 USERINCLUDE		..\..\Source\UCCSDeviceControl
       
    33 USERINCLUDE		..\..\Source\Uccs.v2\DeviceControlChannel
       
    34 USERINCLUDE		..\..\Source\Uccs.v2\Core
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 SYSTEMINCLUDE	\epoc32\include\libc
       
    40 SYSTEMINCLUDE	\epoc32\include\libc\arpa
       
    41 SYSTEMINCLUDE   \epoc32\include\networkemulator
       
    42 
       
    43 LIBRARY     euser.lib 
       
    44 LIBRARY		c32.lib
       
    45 LIBRARY     estlib.lib 
       
    46 LIBRARY		commdb.lib
       
    47 LIBRARY     charconv.lib 
       
    48 LIBRARY		efsrv.lib
       
    49 LIBRARY		esock.lib
       
    50 LIBRARY		insock.lib
       
    51 
       
    52 #ifdef WINSCW
       
    53 DEFFILE NETWORKEMULATORCONTROL.DEF
       
    54 #endif
       
    55 
       
    56 #ifdef ARMV5
       
    57 DEFFILE NetworkEmulatorControl.def
       
    58 #endif
       
    59 
       
    60 
       
    61 nostrictdef
       
    62 
       
    63 
       
    64 
       
    65