|
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 |
|
18 #ifndef __LUBBOCK_OBY__ |
|
19 #define __LUBBOCK_OBY__ |
|
20 |
|
21 define LANGID 01 |
|
22 define BUILDNO 0 |
|
23 define VERSION 0.01 |
|
24 |
|
25 DEFAULT_LANGUAGE 01 |
|
26 |
|
27 REM Definitions specific to Lubbock |
|
28 |
|
29 #if !defined(_THUMB) && !defined(_ARMI) && !defined(_ARM4) |
|
30 #define _THUMB |
|
31 #endif |
|
32 |
|
33 ABI_DOWNGRADE THUMB->ARMI |
|
34 |
|
35 define LUBBOCK 0x09080001 |
|
36 |
|
37 define ASSP_DIR EPOCROOT##epoc32\release\MCOT |
|
38 define ASSP LUBBOCK |
|
39 define VARDLL VCOT |
|
40 |
|
41 define VARIANT la |
|
42 define VARLETTER i |
|
43 define VARID LUBBOCK |
|
44 define ROMMEGS 32 |
|
45 |
|
46 #define COLOR |
|
47 #define LUBBOCK_UARTS |
|
48 #define USES_HALDRIVER |
|
49 #define NO_POWER_EXTENSION |
|
50 #define EUSBC |
|
51 #define CUSTOM_ATADRIVER |
|
52 #define HAS_PCCD_EPBUS |
|
53 #define HAS_MMC_EPBUS |
|
54 #define HAS_MMC |
|
55 #define USES_EPBUS_VARIANT |
|
56 #define USE_VIDEODRIVEREXTENSION |
|
57 #define WITH_LFFS |
|
58 #define CUSTOM_ESTART |
|
59 #define HAS_ETHERNET |
|
60 |
|
61 REM defines for IrDA options |
|
62 REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter |
|
63 REM #define _ENABLE_IRDA_POD_ |
|
64 |
|
65 |
|
66 REM The IRPOD_ESK file determines which serial driver is used for IR |
|
67 REM transfer. The drivers are numbered EUARTn where n=1,2,3,4 usually |
|
68 REM corresponding to vi_com<n>.cpp source. |
|
69 REM The number after irda_port<x>.esk indicates 1 less than the port |
|
70 REM number, hence irda_port1.esk in fact uses EUART2.PDD |
|
71 define IRPOD_ESK irda_port1.esk |
|
72 |
|
73 REM define which serial port Bluetooth protocol uses |
|
74 REM The number bt_port<x>.esk means use EUART<x+1> for Bluetooth |
|
75 REM transfers. |
|
76 define BLUETOOTH_ESK bt_port2.esk |
|
77 |
|
78 #ifdef _SERIAL_DOWNLOAD |
|
79 ECHO Building image suitable for serial download (Header/RAM based) |
|
80 define bootrom serial_bootrom |
|
81 #else |
|
82 ECHO Building image suitable for Ethernet download (No header/FLASH based) |
|
83 ROMBUILD_OPTION -no-header |
|
84 #endif |
|
85 |
|
86 #endif |