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