sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: #ifndef __TEMPLATE_OBY__ sl@0: #define __TEMPLATE_OBY__ sl@0: sl@0: define LANGID 01 sl@0: define BUILDNO 0 sl@0: define VERSION 0.01 sl@0: sl@0: DEFAULT_LANGUAGE 01 sl@0: sl@0: REM Definitions specific to Template sl@0: sl@0: #undef _ARM4 sl@0: #define _ARM4 sl@0: sl@0: #define __TEMPLATE__ sl@0: sl@0: define TEMPLATE 0x09080001 sl@0: define VARIANT v1 sl@0: define VARID TEMPLATE sl@0: define ASSP_DIR EPOCROOT##epoc32\release\mtemplate sl@0: define ROMMEGS 12 /* !! HEX !! */ sl@0: define PLATFORM_NAME template sl@0: sl@0: #define COLOR sl@0: sl@0: REM defines for IrDA options sl@0: REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter sl@0: REM #define _ENABLE_IRDA_POD_ sl@0: REM define which port IrDA uses sl@0: define IRPOD_ESK irda_port1.esk sl@0: sl@0: REM define which serial port Bluetooth protocol uses sl@0: define BLUETOOTH_ESK bt_port2.esk sl@0: sl@0: REM Define whether or not to include USB client support: sl@0: #define EUSBC sl@0: sl@0: #endif