Update contrib.
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #ifndef __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
20 #define __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
22 #include <graphics_rebootharness.iby>
23 #include <fntstoretest.iby>
24 #include <InternalTestFonts.iby>
26 REM Change Linked Font Drive to be on e:\ as c:\ gets wiped by rebooting tests
27 patchdata fntstr.dll @ KLinkedFontDrive 0x65
29 REM include the autoexec.bat file as a text file to give the reboot harness read access to the data
30 REM this should only be currently used on h4 (works on WDP too) & h6
32 #ifdef GRAPHICS_MISTRAL_ROM
33 #ifdef __MOMAP24XX_H4HRP__
34 #ifdef USE_DATA_PAGING
36 data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_wdp_auto\h4hrp_graphics0b_armv5_wdp_auto_autoexec.bat \autoexec.txt
39 data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_dpdef_auto\h4hrp_graphics0b_armv5_dpdef_auto_autoexec.bat \autoexec.txt
43 #ifdef __MOMAP34XX_SDP__
44 data=EPOCROOT##..\roms\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec.bat \autoexec.txt
48 #ifdef __MOMAP24XX_H4HRP__
49 #ifdef USE_DATA_PAGING
51 data=\logs\autorom\t18n_test_rom_itype_h4_armv5_wdp_auto_autoexec.bat \autoexec.txt
54 data=\logs\autorom\t18n_test_rom_itype_h4_armv5_ram_auto_autoexec.bat \autoexec.txt
58 #ifdef __MOMAP34XX_SDP__
59 data=\logs\autorom\t18n_test_rom_itype_omap3430_armv5_dp-func_auto_autoexec.bat \autoexec.txt
63 #endif // __GRAPHICS_FNTSTOREREBOOTTEST_IBY__