bsptemplate/asspandvariant/template_variant/template.oby
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 #ifndef __TEMPLATE_OBY__
       
    18 #define __TEMPLATE_OBY__
       
    19 
       
    20 define LANGID 01
       
    21 define BUILDNO 0
       
    22 define VERSION 0.01
       
    23 
       
    24 DEFAULT_LANGUAGE 01
       
    25 
       
    26 REM Definitions specific to Template 
       
    27 
       
    28 #undef  _ARM4
       
    29 #define _ARM4
       
    30 
       
    31 #define __TEMPLATE__
       
    32 
       
    33 define TEMPLATE			0x09080001
       
    34 define VARIANT			v1
       
    35 define VARID			TEMPLATE
       
    36 define ASSP_DIR			EPOCROOT##epoc32\release\mtemplate
       
    37 define ROMMEGS			12		/* !! HEX !! */
       
    38 define PLATFORM_NAME	template
       
    39 
       
    40 #define COLOR
       
    41 
       
    42 REM defines for IrDA options
       
    43 REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
       
    44 REM #define _ENABLE_IRDA_POD_
       
    45 REM define which port IrDA uses
       
    46 define IRPOD_ESK irda_port1.esk
       
    47 
       
    48 REM define which serial port Bluetooth protocol uses
       
    49 define BLUETOOTH_ESK bt_port2.esk
       
    50 
       
    51 REM Define whether or not to include USB client support:
       
    52 #define EUSBC
       
    53 
       
    54 #endif