telephonyprotocols/rawipnif/rawipnif2/group/RawIPNif2.mmp
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 // Copyright (c) 2002-2010 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      rawip2.dll
       
    19 TARGETTYPE  PLUGIN
       
    20 UID         0x10009D8D 0x10286AF7
       
    21 
       
    22 // Used to specify if the rawip.dll should be specifically built to the
       
    23 // functionality of TI basebands, where a two-byte header is appended
       
    24 // to all incoming and outgoing packets (to specify the protocol being
       
    25 // used). This macro is commented out as part of fix INC113695 propagation to v94
       
    26 // MACRO RAWIP_HEADER_APPENDED_TO_PACKETS
       
    27 
       
    28 // Do not add the non-callable exports to the DEF files
       
    29 // Remove this line temporarily if we need to add new exports
       
    30 NOEXPORTLIBRARY
       
    31 
       
    32 // DEFFILE RawIp2.def
       
    33 
       
    34 SOURCEPATH  ../src
       
    35 SOURCE BcaController.cpp
       
    36 SOURCE BinderBase.cpp
       
    37 SOURCE ecom_impl.cpp
       
    38 SOURCE IPTagHeader.cpp
       
    39 SOURCE IPv4Binder.cpp
       
    40 SOURCE IPv6Binder.cpp
       
    41 SOURCE RawIP2Flow.cpp RawIP2FlowFactory.cpp
       
    42 
       
    43 USERINCLUDE		../inc
       
    44 USERINCLUDE 	../traces
       
    45 
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 START RESOURCE 10286AF7.rss
       
    49 TARGET rawip2.rsc
       
    50 END
       
    51 
       
    52 //MI support
       
    53 #include <elements/sd_mintercept.mmh>
       
    54 
       
    55 #include <networking/packetlogger.mmh>
       
    56 
       
    57 LIBRARY	euser.lib 
       
    58 LIBRARY	esock.lib
       
    59 LIBRARY	esocksvr.lib
       
    60 LIBRARY	netmeta.lib 
       
    61 LIBRARY	mbufmgr.lib
       
    62 LIBRARY	commsbufs.lib
       
    63 LIBRARY	insock.lib
       
    64 LIBRARY nodemessages.lib
       
    65 LIBRARY netinterfaces.lib
       
    66 
       
    67 START WINS
       
    68     BASEADDRESS 0x47E00000
       
    69 END
       
    70 
       
    71 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    72 VENDORID 0x70000001
       
    73 
       
    74 UNPAGED
       
    75 SMPSAFE