networkingtestandutils/networkingunittest/group/t_dummynifman.mmp
author William Roberts <williamr@symbian.org>
Wed, 10 Nov 2010 13:36:07 +0000
branchRCL_3
changeset 79 4b172931a477
parent 0 af10295192d8
permissions -rw-r--r--
Make configchange.pl run ceddump.exe with -dtextshell - Bug 3932

// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Dummy version of NIFMAN
// 
//

TARGET               T_DUMMYNIFMAN.DLL
TARGETTYPE           DLL

#include             <comms-infras\commsdebugutility.mmh>

SOURCEPATH			 ../t_dummynifman
SOURCE				 tdummynifagentref.cpp
SOURCE				 if_agt.cpp

SOURCEPATH			 ../../../linklayercontrol/networkinterfacemgr/src
SOURCE				 if_api.cpp if_dll.cpp
SOURCE				 if_int.cpp if_man.cpp CNifSession.cpp if_mon.cpp 
SOURCE				 mcomm.cpp mtimer.cpp ni_cfg.cpp
SOURCE				 CAgentBase.cpp CStateMachineAgentBase.cpp CAgentSMBase.cpp
SOURCE				 DbAccess.cpp DefaultRecord.cpp DialogProcessor.cpp
SOURCE				 EventLogger.cpp Ni_Log.cpp CBearerBase.cpp CNetwork.cpp
SOURCE				 CNetworkControllerBase.cpp
SOURCE				 CNifExtndMngmtCompatibilityLayer.cpp
SOURCE				 RemovedExports.cpp NifConfigurationControl.cpp
SOURCE				 nifmanstubs.cpp
SOURCE				 MDbAccess.cpp
SOURCE				 DbAccessImplv2.cpp
SOURCE				if_secpol.cpp
SOURCE 				MNifIfNotify.cpp

#ifdef SYMBIAN_OLD_EXPORT_LOCATION
SYSTEMINCLUDE	\epoc32\include
SYSTEMINCLUDE	\epoc32\include\ecom
SYSTEMINCLUDE   \epoc32\include\comms-infras
#else
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
SYSTEMINCLUDE	\epoc32\include\platform\ecom
SYSTEMINCLUDE   \epoc32\include\platform\comms-infras
#endif

USERINCLUDE          ../../../../commsfw/datacommsserver/esockserver/inc
USERINCLUDE          ../../../linklayercontrol/networkinterfacemgr/inc
USERINCLUDE          ../t_dummynifman

LIBRARY              euser.lib
LIBRARY				 efsrv.lib t_esock.lib c32.lib 
LIBRARY				 commdb.lib
LIBRARY				 commsdat.lib
LIBRARY				 agentdialog.lib logwrap.lib ecom.lib
#if !defined(WINS) && !defined(GCC32)
LIBRARY					commsfw.lib
#endif
LIBRARY				 c32root.lib

DEFFILE					T_DUMMYNIFMAN.DEF

CAPABILITY ALL -Tcb

VENDORID 0x70000001

SMPSAFE