baseport/src/cedar/generic/base/syborg/syborg.oby
changeset 0 ffa851df0825
equal deleted inserted replaced
-1:000000000000 0:ffa851df0825
       
     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 the License "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 __SYBORG_OBY__
       
    19 #define __SYBORG_OBY__
       
    20 
       
    21 define LANGID 01
       
    22 define BUILDNO 0
       
    23 define VERSION 0.01
       
    24 
       
    25 DEFAULT_LANGUAGE 01
       
    26 
       
    27 REM #undef  _ARM4
       
    28 REM #define _ARM4
       
    29 
       
    30 #define __SYBORG__
       
    31 #define	__ARM_HW_PLATFORM__
       
    32 #define SYMBIAN_EXCLUDE_MTP
       
    33 
       
    34 define SYBORG_L1		0x0b0a0001
       
    35 define VARIANT			syborg
       
    36 define VARID			SYBORG_L1
       
    37 define ASSP_DIR			EPOCROOT##epoc32\release\syborg
       
    38 define ROMMEGS			15		/* !! HEX !! */
       
    39 define PLATFORM_NAME		syborg
       
    40 
       
    41 #define COLOR
       
    42 
       
    43 REM defines for IrDA options
       
    44 REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
       
    45 REM #define _ENABLE_IRDA_POD_
       
    46 REM define which port IrDA uses
       
    47 define IRPOD_ESK irda_port1.esk
       
    48 
       
    49 REM define which serial port Bluetooth protocol uses
       
    50 define BLUETOOTH_ESK bt_port2.esk
       
    51 
       
    52 REM Define whether or not to include USB client support:
       
    53 //#define EUSBC
       
    54 
       
    55 ROMBUILD_OPTION -no-header 
       
    56 
       
    57 #endif