datacommsserver/networkcontroller/ts_queue/ts_queue.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_queue.dll
       
    17 TARGETTYPE      dll
       
    18 
       
    19 SOURCEPATH      ../ts_queue
       
    20 SOURCE          TestSuiteNetCon.cpp
       
    21 SOURCE          TestStepNetCon.cpp
       
    22 SOURCE          TestBases.cpp
       
    23 SOURCE          QueueTests.cpp
       
    24 SOURCE          CSelectionRequest.cpp
       
    25 SOURCE          CReconnectRequest.cpp
       
    26 SOURCE          Ctelbearer.cpp
       
    27 
       
    28 SOURCEPATH      ../ts_common
       
    29 SOURCE          NetConTestBases.cpp
       
    30 SOURCE          CStubbedAgent.cpp
       
    31 SOURCE          NetCon.cpp
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          CNetworkController.cpp
       
    35 SOURCE          CNetConRequestBase.cpp
       
    36 SOURCE          NetConLog.cpp
       
    37 SOURCE			CNetConDlgProcessor.cpp
       
    38 
       
    39 USERINCLUDE     .
       
    40 USERINCLUDE     ../ts_common
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../src
       
    43 
       
    44 SYSTEMINCLUDE   .
       
    45 SYSTEMINCLUDE   ../ts_common
       
    46 SYSTEMINCLUDE   /epoc32/include
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         nifman.lib
       
    50 LIBRARY         esock.lib
       
    51 DEBUGLIBRARY    comsdbgutil.lib
       
    52 LIBRARY         integrationtestutils.lib 
       
    53 
       
    54 MACRO                   DETAILED_LOG=1
       
    55 
       
    56 CAPABILITY ALL -Tcb
       
    57 
       
    58 VENDORID 0x70000001
       
    59