24
|
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 |
MACRO __BTT_LOGGING__
|
|
35 |
|
|
36 |
SOURCEPATH ../rawipnif2/src
|
|
37 |
SOURCE BcaController.cpp
|
|
38 |
SOURCE BinderBase.cpp
|
|
39 |
SOURCE bttlog.cpp
|
|
40 |
SOURCE ecom_impl.cpp
|
|
41 |
SOURCE IPTagHeader.cpp
|
|
42 |
SOURCE IPv4Binder.cpp
|
|
43 |
SOURCE IPv6Binder.cpp
|
|
44 |
SOURCE RawIP2Flow.cpp RawIP2FlowFactory.cpp
|
|
45 |
|
|
46 |
USERINCLUDE ../rawipnif2/inc
|
|
47 |
|
|
48 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
49 |
|
|
50 |
START RESOURCE 10286AF7.rss
|
|
51 |
TARGET rawip2.rsc
|
|
52 |
END
|
|
53 |
|
|
54 |
//MI support
|
|
55 |
#include <elements/sd_mintercept.mmh>
|
|
56 |
|
|
57 |
#include <networking/packetlogger.mmh>
|
|
58 |
|
|
59 |
LIBRARY euser.lib
|
|
60 |
LIBRARY esock.lib
|
|
61 |
LIBRARY esocksvr.lib
|
|
62 |
LIBRARY netmeta.lib
|
|
63 |
LIBRARY mbufmgr.lib
|
|
64 |
LIBRARY commsbufs.lib
|
|
65 |
LIBRARY insock.lib
|
|
66 |
LIBRARY nodemessages.lib
|
|
67 |
LIBRARY netinterfaces.lib
|
|
68 |
|
|
69 |
START WINS
|
|
70 |
BASEADDRESS 0x47E00000
|
|
71 |
END
|
|
72 |
|
|
73 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
74 |
VENDORID 0x70000001
|
|
75 |
|
|
76 |
UNPAGED
|
|
77 |
SMPSAFE
|