|
1 // Copyright (c) 2005-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 // PPP networking protocol |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY |
|
23 |
|
24 #include "../version1/group/BLD.INF" |
|
25 |
|
26 #else |
|
27 |
|
28 PRJ_PLATFORMS |
|
29 |
|
30 DEFAULT |
|
31 |
|
32 PRJ_EXPORTS |
|
33 |
|
34 ../group/ppp.iby /epoc32/rom/include/ppp.iby |
|
35 |
|
36 ../INC/PPPConfig.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppconfig.h) |
|
37 ../INC/PPPConfig.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppconfig.inl) |
|
38 ../INC/csdavailabilitylistener.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/csdavailabilitylistener.h) |
|
39 ../INC/PPPBASE.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppbase.h) |
|
40 ../INC/PPPBASE.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppbase.inl) |
|
41 ../INC/PPPCCP.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppccp.h) |
|
42 ../INC/PPPCFG.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppcfg.h) |
|
43 ../INC/PPPCOMP.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppcomp.h) |
|
44 ../INC/PPPDEF.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppdef.h) |
|
45 ../INC/PPPLCP.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/ppplcp.h) |
|
46 ../INC/PPPLCP.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/ppplcp.inl) |
|
47 ../INC/PPPSOCK.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppsock.h) |
|
48 ../INC/PPPSOCK.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppsock.inl) |
|
49 ../INC/VJ.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/vj.h) |
|
50 ../INC/vj.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/vj.inl) |
|
51 ../INC/vjcomp.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/vjcomp.inl) |
|
52 ../INC/VJDECOMP.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/vjdecomp.inl) |
|
53 ../INC/VJIF.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/vjif.h) |
|
54 ../INC/PppProg.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppprog.h) |
|
55 |
|
56 ../INC/in_tcp.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/in_tcp.h) |
|
57 ../INC/in_tcp.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/in_tcp.inl) |
|
58 ../INC/in_ip.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/in_ip.h) |
|
59 ../INC/in_ip.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/in_ip.inl) |
|
60 ../INC/in_std.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/in_std.h) |
|
61 |
|
62 ../INC/PPPDEBUG.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pppdebug.h) |
|
63 |
|
64 #include "../data/bld.inf" |
|
65 |
|
66 PRJ_MMPFILES |
|
67 |
|
68 ../group/PPPMainDll.mmp |
|
69 ../group/PPP.MMP |
|
70 ../group/VJCOMP.MMP |
|
71 |
|
72 |
|
73 PRJ_TESTEXPORTS |
|
74 |
|
75 // testexecute te_ppp |
|
76 ../te_ppp/group/te_ppp.iby /epoc32/rom/include/te_ppp.iby |
|
77 ../te_ppp/scripts/te_ppp.script /epoc32/data/z/testdata/scripts/te_ppp.script |
|
78 |
|
79 ../te_ppp/group/te_ppp.cfg /epoc32/data/z/private/101f7989/esock/te_ppp.cfg |
|
80 ../te_ppp/group/te_ppp.cfg /epoc32/winscw/c/private/101f7989/esock/te_ppp.cfg |
|
81 |
|
82 // scheduletest ts_dummyoveralltest |
|
83 ../te_ppp/dummyppp/group/dummyppp.iby /epoc32/rom/include/dummyppp.iby |
|
84 |
|
85 // TE_PPPSize IBY |
|
86 ../te_pppsize/group/te_pppsize.iby /epoc32/rom/include/te_pppsize.iby |
|
87 |
|
88 // TE_PPPSize |
|
89 ../te_pppsize/scripts/te_pppsize.script z:/testdata/scripts/te_pppsize.script |
|
90 ../te_pppsize/scripts/te_pppsize.ini z:/testdata/configs/te_pppsize.ini |
|
91 ../te_pppsize/scripts/te_pppsize.xml z:/testdata/configs/te_pppsize.xml |
|
92 |
|
93 #include "../te_ppp/te_pppcomp/group/bld.inf" |
|
94 #include "../te_ppp/te_vjcomp/group/bld.inf" |
|
95 #include "../te_ppp/te_incoming_ppp/group/bld.inf" |
|
96 #include "../te_ppp/TS_dummyppp/group/bld.inf" |
|
97 |
|
98 |
|
99 PRJ_TESTMMPFILES |
|
100 |
|
101 ../te_ppp/dummyppp/group/dummyppp.mmp |
|
102 ../te_pppsize/group/te_pppsize.mmp |
|
103 |
|
104 |
|
105 #endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY |
|
106 |