|
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 MACRO LLMNR_ENABLED |
|
18 MACRO TCPIP6_LOGFILE |
|
19 MACRO DND_DCM_EXTENSION |
|
20 |
|
21 TARGET tdnd_dnsproxy.exe // Automagically dnd.dll (thread) on EKA1 emulators |
|
22 UID 0 0x10000882 |
|
23 TARGETTYPE exe |
|
24 TARGETPATH /sys/bin |
|
25 SOURCEPATH ../src |
|
26 SOURCE hacked_servers.cpp |
|
27 SOURCEPATH ../../../../tcpiputils/dnd/src |
|
28 |
|
29 SOURCE dndexe.cpp engine.cpp listener.cpp resolver.cpp hosts.cpp |
|
30 SOURCE dns.cpp llmnrconf.cpp llmnrresponder.cpp hostname.cpp |
|
31 SOURCE llmnrnotifyhandler.cpp message.cpp cache.cpp node.cpp |
|
32 SOURCE record.cpp serverconf.cpp dns_sock.cpp |
|
33 |
|
34 USERINCLUDE ../../../../tcpiputils/dnd/inc ../../../../tcpiputils/dnd/include |
|
35 |
|
36 SYSTEMINCLUDE ../../../iphook/inhook6/inc |
|
37 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
38 SYSTEMINCLUDE /epoc32/include |
|
39 SYSTEMINCLUDE /epoc32/include/networking // dns_qry.* |
|
40 #else |
|
41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
42 SYSTEMINCLUDE /epoc32/include/platform/networking // dns_qry.* |
|
43 #endif |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY esock.lib insock.lib inhook6.lib |
|
47 LIBRARY efsrv.lib |
|
48 LIBRARY commsdat.lib |
|
49 #ifdef SYMBIAN_DNS_PUNYCODE |
|
50 MACRO EXCLUDE_SYMBIAN_DNS_PUNYCODE |
|
51 #endif //SYMBIAN_DNS_PUNYCODE |
|
52 |
|
53 |
|
54 #include <cflog.mmh> |
|
55 |
|
56 CAPABILITY NetworkControl NetworkServices ReadDeviceData |
|
57 |
|
58 VENDORID 0x70000001 |
|
59 |
|
60 UNPAGED |
|
61 SMPSAFE |