equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-2009 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 // |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 PRJ_PLATFORMS |
|
20 |
|
21 DEFAULT |
|
22 |
|
23 |
|
24 PRJ_EXPORTS |
|
25 ../group/DHCPServ.iby /epoc32/rom/include/dhcpserv.iby |
|
26 ../NetCfgExtnDhcp/inc/NetCfgExtnDhcpMsg.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(comms-infras/netcfgextndhcpmsg.h) |
|
27 ../group/NetCfgExtnDhcp.iby /epoc32/rom/include/netcfgextndhcp.iby |
|
28 |
|
29 #ifdef SYMBIAN_NETWORKING_DHCP_MSG_HEADERS |
|
30 ../include/DHCPConfig.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/dhcpconfig.h) |
|
31 #endif // SYMBIAN_NETWORKING_DHCP_MSG_HEADERS |
|
32 |
|
33 PRJ_MMPFILES |
|
34 |
|
35 DHCPServ.mmp |
|
36 NetCfgExtnDhcp.mmp |
|
37 |
|
38 |
|
39 // TESTS |
|
40 |
|
41 #include "../te_dhcp/bld.inf" |
|
42 #ifdef SYMBIAN_NETWORKING_ADDRESS_PROVISION |
|
43 #include "../te_unittest/bld.inf" |
|
44 #endif //SYMBIAN_NETWORKING_ADDRESS_PROVISION |
|
45 |