datacommsserver/networkcontroller/ts_netcon/ts_netcon.mmp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2002-2009 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 //
       
    15 
       
    16 TARGET          ts_netcon.dll
       
    17 TARGETTYPE      dll
       
    18 
       
    19 MACRO 		__UNIT_TESTING_NETCON__
       
    20 
       
    21 SOURCEPATH      ../ts_netcon
       
    22 SOURCE          TestSuiteNetCon.cpp
       
    23 SOURCE          TestStepNetCon.cpp
       
    24 SOURCE          TestBases.cpp
       
    25 SOURCE          SelectionTests.cpp
       
    26 SOURCE          ReconnectTests.cpp
       
    27 SOURCE          BearerTests.cpp
       
    28 
       
    29 SOURCEPATH      ../ts_common
       
    30 SOURCE          NetConTestBases.cpp
       
    31 SOURCE          Nif.cpp
       
    32 SOURCE          CStubbedAgent.cpp
       
    33 SOURCE          Etel.cpp
       
    34 SOURCE          EtelBehaviour.cpp
       
    35 SOURCE          NetCon.cpp
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          CNetConRequestBase.cpp
       
    39 SOURCE          CSelectionRequest.cpp
       
    40 SOURCE          CReconnectRequest.cpp 
       
    41 SOURCE          NetConLog.cpp
       
    42 SOURCE          CNetworkController.cpp
       
    43 SOURCE          CTelBearer.cpp
       
    44 SOURCE          sigstrgth.cpp
       
    45 SOURCE          asynwrap.cpp
       
    46 SOURCE			CNetConDlgProcessor.cpp
       
    47 
       
    48 USERINCLUDE     ../ts_netcon
       
    49 USERINCLUDE     ../ts_common
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../src
       
    52 
       
    53 SYSTEMINCLUDE   ../ts_common
       
    54 SYSTEMINCLUDE   ../ts_netcon
       
    55 SYSTEMINCLUDE   /epoc32/include
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         nifman.lib
       
    59 LIBRARY         commdb.lib
       
    60 LIBRARY         esock.lib
       
    61 DEBUGLIBRARY    comsdbgutil.lib
       
    62 LIBRARY         integrationtestutils.lib
       
    63 LIBRARY         etelpckt.lib
       
    64 
       
    65 
       
    66 MACRO                   DETAILED_LOG=1
       
    67 
       
    68 CAPABILITY ALL -Tcb
       
    69 
       
    70 VENDORID 0x70000001
       
    71