omap3530/beagleboard/rom/beagle.oby
changeset 0 6663340f3fc9
child 22 b7e488c49d0d
equal deleted inserted replaced
-1:000000000000 0:6663340f3fc9
       
     1 // Copyright (c) 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 the License "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 #ifndef __BEAGLE_OBY__
       
    17 #define __BEAGLE_OBY__
       
    18 
       
    19 define LANGID 01
       
    20 define BUILDNO 0
       
    21 define VERSION 0.01
       
    22 
       
    23 DEFAULT_LANGUAGE 01
       
    24 
       
    25 REM Definitions specific to Beagle Board 
       
    26 
       
    27 #undef  _ARMV5
       
    28 #define _ARMV5
       
    29 
       
    30 #define __BEAGLE__
       
    31 
       
    32 //define BEAGLE			0x09080001
       
    33 define VARIANT			beagle
       
    34 define VARID			0x09080001
       
    35 define ASSP_DIR			EPOCROOT##epoc32\release\mbeagle
       
    36 define ROMMEGS			80		/* !! HEX !! */
       
    37 define PLATFORM_NAME	beagle
       
    38 
       
    39 #define COLOR
       
    40 
       
    41 #define	EUSER_DLL	../../armv5/BUILD_DIR/_omap3530_euser.dll
       
    42 
       
    43 
       
    44 define	HAL_DLL			_beagle_hal.dll
       
    45 define	ESTART_EXE		e32strt.exe
       
    46 define	KEYMAP_FILE		_beagle_ekdata
       
    47 define	SCDV_DLL		_omapqvga_scdv.dll
       
    48 
       
    49 //#define WITH_LFFS
       
    50 
       
    51 // Not supported! Need gce aware lcd driver and display0.ldd
       
    52 //#define SYMBIAN_BASE_USE_GCE
       
    53 //#define SYMBIAN_GRAPHICS_USE_GCE
       
    54 
       
    55 //#define SYMBIAN_EXCLUDE_LOCATION   // <- Can't exclude from s60 images
       
    56 
       
    57 #define SYMBIAN_EXCLUDE_OMA_DEVMAN
       
    58 #define SYMBIAN_EXCLUDE_OMA_DATASYNC
       
    59 #define SYMBIAN_EXCLUDE_MTP
       
    60 #define SYMBIAN_EXCLUDE_USB
       
    61 
       
    62 REM defines for IrDA options
       
    63 REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
       
    64 REM #define _ENABLE_IRDA_POD_
       
    65 REM define which port IrDA uses
       
    66 define IRPOD_ESK irda_port1.esk
       
    67 
       
    68 REM define which serial port Bluetooth protocol uses
       
    69 REM define BLUETOOTH_ESK bt_port2.esk
       
    70 
       
    71 REM Define whether or not to include USB client support:
       
    72 #define EUSBC
       
    73 
       
    74 #endif //__BEAGLE_OBY__