equal
deleted
inserted
replaced
|
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 #ifndef __DHCP_SERVER_IBY__ |
|
18 #define __DHCP_SERVER_IBY__ |
|
19 |
|
20 #ifdef SYMBIAN_EXCLUDE_DHCP |
|
21 REM Feature DHCP is not included in this ROM |
|
22 #else |
|
23 REM Static Dependencies |
|
24 #include <esock.iby> |
|
25 #include <insock.iby> |
|
26 #include <inhook6.iby> |
|
27 #include <commdb.iby> |
|
28 |
|
29 REM CS_Daemon, StartServer, NetSm (StateMachine) and MsgParser currently only required for DHCP, TLS |
|
30 #include <NetCfgExtnDhcp.iby> |
|
31 #include <netmsg.iby> |
|
32 #include <netsm.iby> |
|
33 |
|
34 file=ABI_DIR\DEBUG_DIR\DhcpServ.exe system\programs\DhcpServ.exe |
|
35 |
|
36 #ifdef SYMBIAN_DNS_PROXY |
|
37 #include <dnsproxyclient.iby> |
|
38 #endif |
|
39 |
|
40 #endif |
|
41 |
|
42 #endif // __DHCP_SERVER_IBY__ |