linklayercontrol/networkinterfacemgr/group/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 @file
       
    19 
       
    20 @SYMPurpose nifman.dll Network interface manager
       
    21 */
       
    22 
       
    23 TARGET                  nifman.dll
       
    24 TARGETTYPE              DLL
       
    25 UID                     0x1000008D 0x10003d40
       
    26 VENDORID 0x70000001
       
    27 
       
    28 #include                "comms-infras/commsdebugutility.mmh"
       
    29 
       
    30 macro DETAILED_LOG
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  IF_DLL.CPP
       
    34 SOURCE                  IF_MAN.CPP
       
    35 SOURCE                  IF_INT.CPP
       
    36 SOURCE                  MCOMM.CPP
       
    37 SOURCE                  MTIMER.CPP
       
    38 SOURCE                  CAgentBase.cpp
       
    39 SOURCE                  cnifagentbase.cpp
       
    40 SOURCE                  CStateMachineAgentBase.cpp
       
    41 SOURCE                  CAgentSMBase.cpp
       
    42 SOURCE                  DbAccess.cpp
       
    43 SOURCE                  DefaultRecord.cpp
       
    44 SOURCE                  dialogprocessor.cpp
       
    45 SOURCE                  EventLogger.cpp
       
    46 SOURCE                  Ni_Log.cpp
       
    47 SOURCE                  RemovedExports.cpp
       
    48 SOURCE                  DbAccessImplv2.cpp
       
    49 SOURCE                  MDbAccess.cpp
       
    50 SOURCE                  MNifIfNotify.cpp
       
    51 SOURCE                  cagentdlgproc.cpp
       
    52 SOURCE                  if_api_stubs.cpp
       
    53 SOURCE			bcacontrol.cpp MCOMMV2.CPP
       
    54 
       
    55 USERINCLUDE             ../inc
       
    56 
       
    57 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    58 
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY                 efsrv.lib
       
    61 LIBRARY                 esocksvr.lib esock.lib
       
    62 LIBRARY                 c32.lib
       
    63 LIBRARY                 commdb.lib
       
    64 LIBRARY                 commsdat.lib
       
    65 LIBRARY                 agentdialog.lib
       
    66 LIBRARY                 c32root.lib
       
    67 LIBRARY                 logwrap.lib
       
    68 LIBRARY                 ecom.lib
       
    69 LIBRARY                 netmeta.lib
       
    70 LIBRARY                 insock.lib 
       
    71 LIBRARY         nodemessages.lib
       
    72 
       
    73 
       
    74 #if !defined(WINS) && !defined(GCC32)
       
    75 LIBRARY					commsfw.lib
       
    76 #endif
       
    77 
       
    78 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW 
       
    79 DEFFILE					NIFMAN.DEF
       
    80 #else
       
    81 DEFFILE					NIFMAN_v1.DEF
       
    82 #endif //SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW 
       
    83 
       
    84 START WINS
       
    85 BASEADDRESS             0x44500000
       
    86 END
       
    87 
       
    88 MACRO                   DETAILED_LOG=1
       
    89 
       
    90 CAPABILITY ALL -Tcb
       
    91 
       
    92 SMPSAFE