telephonyprotocols/rawipnif/group/RawIPNif.mmp
changeset 0 3553901f7fa8
child 7 fe8b59ab9fa0
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 // RAWIP.MMP
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET      rawip.dll
       
    19 TARGETTYPE  PLUGIN
       
    20 UID         0x10009D8D 0x10281DF1
       
    21 
       
    22 
       
    23 
       
    24 // Used to specify if the rawip.dll should be specifically built to the
       
    25 // functionality of TI basebands, where a two-byte header is appended
       
    26 // to all incoming and outgoing packets (to specify the protocol being
       
    27 // used). This macro is commented out as part of fix INC113695 propagation to v94
       
    28 // MACRO RAWIP_HEADER_APPENDED_TO_PACKETS
       
    29 
       
    30 // Used by UmtsNifControlIf. Networking defect DEF027856 reversed the meaning
       
    31 // of this, so we don't define it any more.
       
    32 //MACRO	MM_ETEL_API
       
    33 
       
    34 // Do not add the non-callable exports to the DEF files
       
    35 // Remove this line temporarily if we need to add new exports
       
    36 NOEXPORTLIBRARY
       
    37 
       
    38 // DEFFILE RawIp.def
       
    39 
       
    40 SOURCEPATH  ../src
       
    41 
       
    42 SOURCE  RawIPFlow.cpp 
       
    43 SOURCE  RawIPFlowFactory.cpp
       
    44 SOURCE  IPv4Binder.cpp
       
    45 SOURCE  IPv6Binder.cpp 
       
    46 SOURCE  BinderBase.cpp
       
    47 SOURCE  BcaIoController.cpp 
       
    48 SOURCE  BcaController.cpp 
       
    49 SOURCE  Sender.cpp 
       
    50 SOURCE  Receiver.cpp 
       
    51 SOURCE  IPTagHeader.cpp
       
    52 SOURCE  bttlog.cpp
       
    53 SOURCE	rawipmcpr.cpp
       
    54 SOURCE	rawipmcprfactory.cpp
       
    55 SOURCE	RawIpAgentHandler.cpp
       
    56 SOURCE	ecom_impl.cpp
       
    57 
       
    58 
       
    59 USERINCLUDE		../inc
       
    60 
       
    61 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    62 
       
    63 START RESOURCE 10281DF1.rss
       
    64 TARGET rawip.rsc
       
    65 END
       
    66 
       
    67 //MI support
       
    68 #include <elements/sd_mintercept.mmh>
       
    69 
       
    70 #include <networking/packetlogger.mmh>
       
    71 
       
    72 LIBRARY	euser.lib 
       
    73 LIBRARY	esock.lib
       
    74 LIBRARY	esocksvr.lib
       
    75 LIBRARY serverden.lib
       
    76 LIBRARY	etelpckt.lib 
       
    77 LIBRARY	netmeta.lib 
       
    78 LIBRARY	mbufmgr.lib 
       
    79 LIBRARY	insock.lib
       
    80 LIBRARY	commsfw.lib 
       
    81 LIBRARY agentdialog.lib
       
    82 LIBRARY commsdat.lib
       
    83 LIBRARY coreproviders.lib
       
    84 LIBRARY agentprcore.lib
       
    85 LIBRARY nodemessages.lib
       
    86 LIBRARY meshmachine.lib
       
    87 LIBRARY netinterfaces.lib
       
    88 LIBRARY factories.lib
       
    89 
       
    90 
       
    91 START WINS
       
    92     BASEADDRESS 0x47E00000
       
    93 END
       
    94 
       
    95 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    96 VENDORID 0x70000001
       
    97 
       
    98 UNPAGED
       
    99 
       
   100 SMPSAFE