|
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 __SCHEDULESENDUNITTEST_OBY__ |
|
18 #define __SCHEDULESENDUNITTEST_OBY__ |
|
19 |
|
20 // This OBY File is used to build schedule send unit Test ROM Images. |
|
21 |
|
22 // Building a ROM Image generates a number of files. Thus it is better to run this |
|
23 // from a separate directory. To build a telephony test ROM enter the following: |
|
24 // |
|
25 // Building for Assabet |
|
26 // 1) buildrom assabet ScheduleSendUnitTest.oby |
|
27 // 2) buildrom -D_DEBUG assabet ScheduleSendUnitTest.oby |
|
28 // 3) buildrom -DTEXT_ONLY_ROM assabet ScheduleSendUnitTest.oby |
|
29 // 4) buildrom -DTEXT_ONLY_ROM -D_DEBUG assabet ScheduleSendUnitTest.oby |
|
30 // |
|
31 // Building for Lubbock - CF Card loader |
|
32 // 1) buildrom lubbock ScheduleSendUnitTest.oby |
|
33 // 2) buildrom -D_DEBUG lubbock ScheduleSendUnitTest.oby |
|
34 // 3) buildrom -DTEXT_ONLY_ROM lubbock ScheduleSendUnitTest.oby |
|
35 // 4) buildrom -DTEXT_ONLY_ROM -D_DEBUG lubbock ScheduleSendUnitTest.oby |
|
36 // |
|
37 // Building for Lubbock - Ethernet TFTP loader |
|
38 // 1) Create a rom using the above then rombuild --no-header (Output *.oby file from the above) |
|
39 // |
|
40 // _DEBUG results in debug ROMS and TEXT_ONLY_ROM generates text only ROMS. The above |
|
41 // shows all combinations. |
|
42 |
|
43 #if defined(TEXT_ONLY_ROM) |
|
44 define OBEYFILE ScheduleSendUnitTest |
|
45 #else |
|
46 define ROMMEGS 16 /* !! HEX !! */ |
|
47 #define techview ScheduleSendUnitTest |
|
48 #endif // TEXT_ONLY_ROM |
|
49 |
|
50 define ROMDATE ##TODAY## |
|
51 |
|
52 #define __TCPIP_IBY__ // Avoid including the old IP4 TCPIP.IBY via PLP.IBY |
|
53 #define NO_METROTRK_APP // Don't want metrotrk application |
|
54 #define EXCLUDE_JAVA |
|
55 #define __INCLUDE_SW_KEYSTORE__ |
|
56 |
|
57 ///////////////////////////////////////////// Text ROM |
|
58 #if defined(TEXT_ONLY_ROM) |
|
59 |
|
60 #include <header.iby> /* ROM header definitions */ |
|
61 #include <base.iby> /* The lowest-level of the operating system */ |
|
62 |
|
63 #include <debug.iby> |
|
64 file=ABI_DIR\DEBUG_DIR\RUNTESTS.EXE System\Programs\RUNTESTS.EXE |
|
65 |
|
66 REM Telephony Test Text ROM Specific Files |
|
67 |
|
68 kerneltrace 0x80000000 |
|
69 |
|
70 file=ABI_DIR\DEBUG_DIR\EDISP.DLL System\Libs\EDISP.DLL |
|
71 file=ABI_DIR\DEBUG_DIR\ELOCL_base.DLL System\Libs\ELOCL_base.DLL |
|
72 |
|
73 file=ABI_DIR\DEBUG_DIR\ECONS.DLL System\Libs\ECONS.DLL |
|
74 |
|
75 file=ABI_DIR\DEBUG_DIR\EWSRV.EXE System\Libs\EWSRV.EXE fixed |
|
76 |
|
77 file=ABI_DIR\DEBUG_DIR\ESHELL.EXE System\Libs\ESHELL.EXE heapmin=0x8000 |
|
78 |
|
79 |
|
80 file=ABI_DIR\DEBUG_DIR\form.DLL System\Libs\form.dll |
|
81 file=ABI_DIR\DEBUG_DIR\tagma.DLL System\Libs\tagma.DLL |
|
82 |
|
83 file=ABI_DIR\BUILD_DIR\ws32.dll System\Libs\Ws32.dll |
|
84 |
|
85 file=ABI_DIR\BUILD_DIR\VIEWCLI.DLL System\Libs\VIEWCLI.DLL |
|
86 file=ABI_DIR\BUILD_DIR\VIEWSRV.DLL System\Libs\VIEWSRV.DLL |
|
87 file=ABI_DIR\BUILD_DIR\UIKLAF.DLL System\Libs\UIKLAF.DLL |
|
88 file=ABI_DIR\BUILD_DIR\EXPARSER.DLL System\Libs\EXPARSER.DLL |
|
89 file=ABI_DIR\BUILD_DIR\Eikcore.DLL System\Libs\Eikcore.dll |
|
90 file=ABI_DIR\BUILD_DIR\EIKSRVC.DLL System\Libs\EIKSRVC.DLL |
|
91 file=ABI_DIR\BUILD_DIR\Sysamob.exe System\Libs\Sysamob.exe |
|
92 |
|
93 /* extras */ |
|
94 #include "mmfsounddev.iby" |
|
95 #include "ezlib.iby" |
|
96 #include <http.iby> |
|
97 |
|
98 #include <crypto.iby> |
|
99 |
|
100 #include <c32.iby> /* standard Sockets components */ |
|
101 #include <irda.iby> /* standard Sockets components */ |
|
102 #include <bluetooth.iby> /* standard Sockets components */ |
|
103 #include <gdi.iby> /* standard Graphics components */ |
|
104 #include <fntstore.iby> /* standard Graphics components */ |
|
105 #include <fbserv.iby> /* standard Graphics components */ |
|
106 #include <bitgdi.iby> /* standard Graphics components */ |
|
107 |
|
108 #include <apparc.iby> /* Application architecture DLLs */ |
|
109 #include <emime.iby> /* Mime recognition */ |
|
110 |
|
111 #include <fepbase.iby> /* Front end processor base classes */ |
|
112 |
|
113 #include <mmf.iby> /* Multimedia Framework */ |
|
114 |
|
115 #include <sysagent.iby> /* System Agent client and server */ |
|
116 |
|
117 #include <network.iby> /* Networking Components */ |
|
118 |
|
119 #include <etel.iby> |
|
120 #include <etelmm.iby> |
|
121 #include <etelpckt.iby> |
|
122 #include <mmtsy.iby> |
|
123 #include <phbksync.iby> |
|
124 #include <etelsat.iby> |
|
125 #include <sysawatcher.iby> |
|
126 |
|
127 #include <ecom.iby> |
|
128 |
|
129 /* Store */ |
|
130 #include "Store.iby" |
|
131 |
|
132 /* Etext */ |
|
133 #include "EText.iby" |
|
134 |
|
135 /* Clock */ |
|
136 file=ABI_DIR\BUILD_DIR\clock.dll System\Libs\Clock.dll |
|
137 |
|
138 /* Print */ |
|
139 file=ABI_DIR\BUILD_DIR\print.dll System\Libs\Print.dll |
|
140 |
|
141 /* Pwrcli */ |
|
142 #include "PwrCli.iby" |
|
143 |
|
144 /* Bafl */ |
|
145 #include "Bafl.iby" |
|
146 |
|
147 /* Cone */ |
|
148 file=ABI_DIR\DEBUG_DIR\cone.dll System\Libs\Cone.dll |
|
149 |
|
150 /* NumberConversion */ |
|
151 #include "NumberConversion.iby" |
|
152 |
|
153 /* EGUL */ |
|
154 file=ABI_DIR\DEBUG_DIR\egul.dll System\Libs\Egul.dll |
|
155 |
|
156 /* Dial */ |
|
157 file=ABI_DIR\BUILD_DIR\dial.dll System\Libs\Dial.dll |
|
158 |
|
159 #endif // TEXT_ONLY_ROM |
|
160 |
|
161 ///////////////////////////////////////////// Full GUI ROM |
|
162 |
|
163 #if !defined(TEXT_ONLY_ROM) |
|
164 #include <techview.oby> |
|
165 #endif // !TEXT_ONLY_ROM |
|
166 |
|
167 |
|
168 ///////////////////////////////////////////// Include Our Test Code |
|
169 #include <ScheduleSendUnitTest.iby> // All messaing test harnesses |
|
170 |
|
171 |
|
172 #endif |