os/kernelhwsrv/bsptemplate/asspandvariant/template_variant/template.oby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/bsptemplate/asspandvariant/template_variant/template.oby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,54 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:
    1.18 +*
    1.19 +*/
    1.20 +#ifndef __TEMPLATE_OBY__
    1.21 +#define __TEMPLATE_OBY__
    1.22 +
    1.23 +define LANGID 01
    1.24 +define BUILDNO 0
    1.25 +define VERSION 0.01
    1.26 +
    1.27 +DEFAULT_LANGUAGE 01
    1.28 +
    1.29 +REM Definitions specific to Template 
    1.30 +
    1.31 +#undef  _ARM4
    1.32 +#define _ARM4
    1.33 +
    1.34 +#define __TEMPLATE__
    1.35 +
    1.36 +define TEMPLATE			0x09080001
    1.37 +define VARIANT			v1
    1.38 +define VARID			TEMPLATE
    1.39 +define ASSP_DIR			EPOCROOT##epoc32\release\mtemplate
    1.40 +define ROMMEGS			12		/* !! HEX !! */
    1.41 +define PLATFORM_NAME	template
    1.42 +
    1.43 +#define COLOR
    1.44 +
    1.45 +REM defines for IrDA options
    1.46 +REM Uncomment the line below to enable IrDA to use a Jeteye ESI09680 pod with serial card adapter
    1.47 +REM #define _ENABLE_IRDA_POD_
    1.48 +REM define which port IrDA uses
    1.49 +define IRPOD_ESK irda_port1.esk
    1.50 +
    1.51 +REM define which serial port Bluetooth protocol uses
    1.52 +define BLUETOOTH_ESK bt_port2.esk
    1.53 +
    1.54 +REM Define whether or not to include USB client support:
    1.55 +#define EUSBC
    1.56 +
    1.57 +#endif