|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Build description file for HtiIpProxyServicePlugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET HtiIpProxyServicePlugin.dll |
|
22 TARGETTYPE PLUGIN |
|
23 |
|
24 // ECom Dll recognition UID followed by the unique UID for this dll |
|
25 UID 0x10009D8D 0x200212C9 |
|
26 |
|
27 VENDORID 0x101FB657 |
|
28 |
|
29 CAPABILITY ALL -TCB |
|
30 |
|
31 //MACRO ENABLE_DEBUG_PRINT |
|
32 //MACRO DEBUG_OUTPUT_TO_FILE |
|
33 |
|
34 SOURCEPATH ../IPProxyEngine/Src |
|
35 SOURCE Ctcpportlistener.cpp |
|
36 SOURCE CIPProxyEngine.cpp |
|
37 SOURCE Csocketwriter.cpp |
|
38 SOURCE CUDPSender.cpp |
|
39 SOURCE CSocketReader.cpp |
|
40 SOURCE Csocket.cpp |
|
41 SOURCE Csocketrouter.cpp |
|
42 SOURCE CProtocolTCP.cpp |
|
43 SOURCE CProtocolUDP.cpp |
|
44 SOURCE CExprTCPMsg.cpp |
|
45 SOURCE CExprTCPOpen.cpp |
|
46 SOURCE CExprTCPLstn.cpp |
|
47 SOURCE CExprTCPClose.cpp |
|
48 SOURCE CExprTCPCloseAll.cpp |
|
49 SOURCE CExprUDPMsg.cpp |
|
50 SOURCE CWriteEvent.cpp |
|
51 SOURCE Clocaltcpconnection.cpp |
|
52 |
|
53 SOURCEPATH ../src |
|
54 SOURCE proxy.cpp |
|
55 SOURCE HtiIpProxyServicePlugin.cpp |
|
56 |
|
57 USERINCLUDE ../IPProxyEngine/Inc |
|
58 USERINCLUDE ../inc |
|
59 OS_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 START RESOURCE ../data/200212C9.rss |
|
62 TARGET HtiIpProxyServicePlugin.rsc |
|
63 END |
|
64 |
|
65 LIBRARY ecom.lib |
|
66 LIBRARY euser.lib |
|
67 LIBRARY esock.lib |
|
68 LIBRARY insock.lib |
|
69 LIBRARY bafl.lib |
|
70 LIBRARY flogger.lib |
|
71 |
|
72 SMPSAFE |
|
73 |
|
74 // End of File |