1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/bsptemplate/asspandvariant/template_variant/rom/base_template.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,88 @@
1.4 +// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// template\template_variant\rom\base_template.iby
1.18 +//
1.19 +//
1.20 +
1.21 +#define HEAPMAX(x)
1.22 +#define FIXED fixed
1.23 +
1.24 +//kerneltrace 0xffffffff
1.25 +
1.26 +multikernel
1.27 +
1.28 +bootbinary=ABI_DIR\_template_bootrom.bin
1.29 +
1.30 +romlinearbase=0xf8000000
1.31 +romalign=0x10
1.32 +kerneldataaddress=0x64000000
1.33 +kernelheapmin=0x08000
1.34 +kernelheapmax=0x00FFC000
1.35 +dataaddress=0x400000
1.36 +defaultstackreserve=0x200000
1.37 +romchecksum=0x12345678
1.38 +
1.39 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_kasa1100.dll \sys\bin\katemplate.dll
1.40 +primary[VARID] =KERNEL_DIR\DEBUG_DIR\_template_ekern.exe \sys\bin\ekern.exe
1.41 +variant[VARID] =KERNEL_DIR\DEBUG_DIR\_template_ecust.dll \sys\bin\ecust.dll
1.42 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_exmoncommon.dll \sys\bin\exmoncommon.dll
1.43 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_exmondebug.dll \sys\bin\exmondebug.dll
1.44 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_power.dll \sys\bin\power.dll
1.45 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_dma.dll \sys\bin\dma.dll
1.46 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_lcd.dll \sys\bin\lcd.dll
1.47 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_ekeyb.dll \sys\bin\ekeyb.dll
1.48 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_exyin.dll \sys\bin\exyin.dll
1.49 +device[VARID] =KERNEL_DIR\DEBUG_DIR\_template_euart.pdd \sys\bin\euart1.pdd // not EUART.PDD, unlike text shell ROMs
1.50 +// SYM_BRANCH: Delete old sound driver
1.51 +device[VARID] =KERNEL_DIR\DEBUG_DIR\_template_soundsc.pdd \sys\bin\soundsc.pdd
1.52 +//extension[VARID]=KERNEL_DIR\DEBUG_DIR\elocd.ldd \sys\bin\elocd.ldd
1.53 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_medint.pdd \sys\bin\medint.pdd
1.54 +//extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_epbus.dll \sys\bin\epbus.dll
1.55 +//extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_epbusv.dll \sys\bin\epbusv.dll
1.56 +//extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_medlfs.pdd \sys\bin\medlfs.pdd
1.57 +//device[VARID] =KERNEL_DIR\DEBUG_DIR\_template_medata.pdd \sys\bin\medata.pdd
1.58 +device[VARID] =KERNEL_DIR\DEBUG_DIR\ecomm.ldd \sys\bin\ecomm.ldd
1.59 +// SYM_BRANCH: Delete old sound driver
1.60 +device[VARID] =KERNEL_DIR\DEBUG_DIR\esoundsc.ldd \sys\bin\esoundsc.ldd
1.61 +device[VARID] =KERNEL_DIR\DEBUG_DIR\pipelib.ldd \sys\bin\pipelib.ldd
1.62 +device[VARID] =KERNEL_DIR\DEBUG_DIR\minkda.ldd \sys\bin\minkda.ldd
1.63 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\exstart.dll \sys\bin\exstart.dll
1.64 +device[VARID] =KERNEL_DIR\DEBUG_DIR\ecamerasc.ldd \sys\bin\ecamerasc.ldd
1.65 +device[VARID] =KERNEL_DIR\DEBUG_DIR\_template_camerasc.pdd \sys\bin\camerasc.pdd
1.66 +
1.67 +// USB Drivers
1.68 +extension[VARID]=KERNEL_DIR\DEBUG_DIR\_template_usbcc.dll \sys\bin\usbcc.dll
1.69 +device[VARID]= KERNEL_DIR\DEBUG_DIR\usbc.ldd \sys\bin\eusbc.ldd
1.70 +
1.71 +// Include if IIC Controller support is required
1.72 +//extension[VARID] =KERNEL_DIR\DEBUG_DIR\iic.dll \sys\bin\iic.dll
1.73 +//
1.74 +// Include if IIC Channel support is required
1.75 +// extension[VARID] =KERNEL_DIR\DEBUG_DIR\_template_iic.dll \sys\bin\iic_channel.dll
1.76 +
1.77 +define HAL_DLL _template_hal.dll
1.78 +define ESTART_EXE e32strt.exe
1.79 +define KEYMAP_FILE _template_ekdata
1.80 +define SCDV_DLL _template_scdv.dll
1.81 +
1.82 +//#define WITH_LFFS
1.83 +
1.84 +// TO DO (MANDATORY):
1.85 +//
1.86 +// Specify which version of EUSER should be used
1.87 +// Specify euser_v4, euser_v5, euser_v6, euser_v6k according to which ARM CPU architecture is in use.
1.88 +// For SMP specify euser_v6k_smp or euser_v7_smp.
1.89 +// If a variant build of EUSER is required, specify the name of that.
1.90 +//
1.91 +#define EUSER_DLL euser_v6k.dll