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