|
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: |
|
15 * |
|
16 */ |
|
17 //dnsproxy.mmp |
|
18 |
|
19 #include <cflog.mmh> |
|
20 |
|
21 MACRO LLMNR_ENABLED |
|
22 TARGET dnsproxy.exe |
|
23 TARGETTYPE exe |
|
24 |
|
25 UID 0 0x200215F1 |
|
26 |
|
27 SOURCEPATH ../src |
|
28 |
|
29 SOURCE dnsproxyserver.cpp |
|
30 SOURCE dnsproxysession.cpp |
|
31 SOURCE dnsproxyengine.cpp |
|
32 SOURCE dnsproxylistener.cpp |
|
33 SOURCE dnsproxywriter.cpp |
|
34 SOURCE dnsproxymsgproc.cpp |
|
35 SOURCE dnsproxyservconf.cpp |
|
36 SOURCE dnsproxyqryhandler.cpp |
|
37 SOURCE dnsproxydb.cpp |
|
38 SOURCE dnsproxylog.cpp |
|
39 SOURCE ../../../../tcpiputils/dnd/src/message.cpp |
|
40 |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../../../../tcpiputils/dnd/inc |
|
43 USERINCLUDE ../../../../tcpiputils/networkaddressandporttranslation/inc |
|
44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
45 USERINCLUDE ../../../iphook/inhook6/inc |
|
46 USERINCLUDE ../../../iphook/inhook6/include |
|
47 USERINCLUDE ../../dnsproxyclient/inc |
|
48 USERINCLUDE ../../../../esockapiextensions/internetsockets/inc |
|
49 |
|
50 |
|
51 LIBRARY euser.lib ecom.lib esock.lib |
|
52 LIBRARY inetprotutil.lib commdb.lib insock.lib c32root.lib |
|
53 LIBRARY inhook6.lib |
|
54 LIBRARY flogger.lib |
|
55 |
|
56 #ifdef SYMBIAN_NETWORKING_PLATSEC |
|
57 LIBRARY efsrv.lib |
|
58 #endif |
|
59 LIBRARY charconv.lib |
|
60 |
|
61 #ifdef SYMBIAN_DNS_PUNYCODE |
|
62 MACRO EXCLUDE_SYMBIAN_DNS_PUNYCODE |
|
63 #endif //SYMBIAN_DNS_PUNYCODE |
|
64 |
|
65 CAPABILITY NetworkControl NetworkServices ReadDeviceData |
|
66 SMPSAFE |