networkingtestandutils/networkingunittest/group/hungrynif.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     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          hungrynif.nif
       
    17 TARGETTYPE      DLL
       
    18 UID      0x10003d3a
       
    19 VENDORID 0x70000001
       
    20 
       
    21 
       
    22 SOURCEPATH      ../dummynif
       
    23 SOURCE          dummynif.cpp dummynif6.cpp
       
    24 SOURCE			hungrynif.cpp hungrynif6.cpp
       
    25 SOURCE			hungryniffactory.cpp
       
    26 
       
    27 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    28 SYSTEMINCLUDE	/epoc32/include
       
    29 #else
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 #endif
       
    32 
       
    33 LIBRARY         euser.lib nifman.lib mbufmgr.lib insock.lib esock.lib inhook6.lib
       
    34 
       
    35 START WINS
       
    36 BASEADDRESS             0x59100000
       
    37 END
       
    38 
       
    39 // build in comsdbgutil for debug AND release builds
       
    40 MACRO __FLOG_SUPPRESS_REL_WARNING
       
    41 MACRO __FLOG_ACTIVE
       
    42 
       
    43 LIBRARY comsdbgutil.lib
       
    44 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    45 
       
    46 
       
    47 UNPAGED
       
    48 
       
    49 SMPSAFE