messagingfw/msgtest/targetautomation/Script/assabet.oby
changeset 22 bde600d88860
parent 0 8e480a14352b
equal deleted inserted replaced
21:08008ce8a6df 22:bde600d88860
       
     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 __ASSABET_OBY__
       
    19 #define __ASSABET_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 Assabet 
       
    28 
       
    29 #if defined(_THUMB) || defined(_ARMI)
       
    30 ERROR StrongARM processor does not support Thumb mode
       
    31 #undef _THUMB
       
    32 #undef _ARMI
       
    33 #endif
       
    34 
       
    35 #undef  _ARM4
       
    36 #define _ARM4
       
    37 
       
    38 define ASSABET	   0x09080001
       
    39 
       
    40 define ASSP_DIR    EPOCROOT##epoc32\release\MISA
       
    41 define ASSP        ASSABET
       
    42 define VARDLL      VISA
       
    43 
       
    44 define VARIANT     ab
       
    45 define VARLETTER   i
       
    46 define VARID       ASSABET
       
    47 define ROMMEGS     32
       
    48 
       
    49 #define HAS_SECOND_UART
       
    50 #define COLOR
       
    51 #define BRUTUS_UARTS
       
    52 #define USES_HALDRIVER
       
    53 #define EUSBC
       
    54 #define USE_VARIANT_EPOWER
       
    55 #define WITH_LFFS
       
    56 #define CUSTOM_ESTART
       
    57 #define CUSTOM_ATADRIVER
       
    58 #define USE_VIDEODRIVEREXTENSION
       
    59 #define HAS_PCCD_EPBUS
       
    60 #define USES_EPBUS_VARIANT
       
    61 #define HAS_ETHERNET
       
    62 
       
    63 REM defines for IrDA options
       
    64 REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
       
    65 REM #define _ENABLE_IRDA_POD_
       
    66 REM define which port IrDA uses
       
    67 define IRPOD_ESK irda_port1.esk
       
    68 
       
    69 REM define which serial port Bluetooth protocol uses
       
    70 define BLUETOOTH_ESK bt_port2.esk
       
    71 
       
    72 #endif