Fix for bug 3292 - [GCCE] Possible undefined behaviour warning in kerneltest/f32test/server/t_fatcharsetconv_SpecificCases.cpp
Fix for bug 3293 - [GCCE] Incorrect operator precedence assumptions in kerneltest/f32test/server/t_fsrv.cpp
Fix for bug 3295 - [GCCE] deprecated conversion from string constant to 'char*' in f32test build
Fix for bug 3297 - [GCCE] Operator precedence warnings in kerneltest/f32test/demandpaging/t_nandpaging.cpp
Fix for bug 3309 - [GCCE] Terminal backslashes in comments are parsed as line-continuations in f32test
/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
#ifndef __TEMPLATE_OBY__
#define __TEMPLATE_OBY__
define LANGID 01
define BUILDNO 0
define VERSION 0.01
DEFAULT_LANGUAGE 01
REM Definitions specific to Template
#undef _ARM4
#define _ARM4
#define __TEMPLATE__
define TEMPLATE 0x09080001
define VARIANT v1
define VARID TEMPLATE
define ASSP_DIR EPOCROOT##epoc32\release\mtemplate
define ROMMEGS 12 /* !! HEX !! */
define PLATFORM_NAME template
#define COLOR
REM defines for IrDA options
REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
REM #define _ENABLE_IRDA_POD_
REM define which port IrDA uses
define IRPOD_ESK irda_port1.esk
REM define which serial port Bluetooth protocol uses
define BLUETOOTH_ESK bt_port2.esk
REM Define whether or not to include USB client support:
#define EUSBC
#endif