networkingtestandutils/networkingunittest/group/t_dummynifman.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2000-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 // Dummy version of NIFMAN
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET               T_DUMMYNIFMAN.DLL
       
    19 TARGETTYPE           DLL
       
    20 
       
    21 #include             <comms-infras\commsdebugutility.mmh>
       
    22 
       
    23 SOURCEPATH			 ../t_dummynifman
       
    24 SOURCE				 tdummynifagentref.cpp
       
    25 SOURCE				 if_agt.cpp
       
    26 
       
    27 SOURCEPATH			 ../../../linklayercontrol/networkinterfacemgr/src
       
    28 SOURCE				 if_api.cpp if_dll.cpp
       
    29 SOURCE				 if_int.cpp if_man.cpp CNifSession.cpp if_mon.cpp 
       
    30 SOURCE				 mcomm.cpp mtimer.cpp ni_cfg.cpp
       
    31 SOURCE				 CAgentBase.cpp CStateMachineAgentBase.cpp CAgentSMBase.cpp
       
    32 SOURCE				 DbAccess.cpp DefaultRecord.cpp DialogProcessor.cpp
       
    33 SOURCE				 EventLogger.cpp Ni_Log.cpp CBearerBase.cpp CNetwork.cpp
       
    34 SOURCE				 CNetworkControllerBase.cpp
       
    35 SOURCE				 CNifExtndMngmtCompatibilityLayer.cpp
       
    36 SOURCE				 RemovedExports.cpp NifConfigurationControl.cpp
       
    37 SOURCE				 nifmanstubs.cpp
       
    38 SOURCE				 MDbAccess.cpp
       
    39 SOURCE				 DbAccessImplv2.cpp
       
    40 SOURCE				if_secpol.cpp
       
    41 SOURCE 				MNifIfNotify.cpp
       
    42 
       
    43 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    44 SYSTEMINCLUDE	\epoc32\include
       
    45 SYSTEMINCLUDE	\epoc32\include\ecom
       
    46 SYSTEMINCLUDE   \epoc32\include\comms-infras
       
    47 #else
       
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 SYSTEMINCLUDE	\epoc32\include\platform\ecom
       
    50 SYSTEMINCLUDE   \epoc32\include\platform\comms-infras
       
    51 #endif
       
    52 
       
    53 USERINCLUDE          ../../../../commsfw/datacommsserver/esockserver/inc
       
    54 USERINCLUDE          ../../../linklayercontrol/networkinterfacemgr/inc
       
    55 USERINCLUDE          ../t_dummynifman
       
    56 
       
    57 LIBRARY              euser.lib
       
    58 LIBRARY				 efsrv.lib t_esock.lib c32.lib 
       
    59 LIBRARY				 commdb.lib
       
    60 LIBRARY				 commsdat.lib
       
    61 LIBRARY				 agentdialog.lib logwrap.lib ecom.lib
       
    62 #if !defined(WINS) && !defined(GCC32)
       
    63 LIBRARY					commsfw.lib
       
    64 #endif
       
    65 LIBRARY				 c32root.lib
       
    66 
       
    67 DEFFILE					T_DUMMYNIFMAN.DEF
       
    68 
       
    69 CAPABILITY ALL -Tcb
       
    70 
       
    71 VENDORID 0x70000001
       
    72 
       
    73 SMPSAFE