sl@0: /* sl@0: * Copyright (c) 2008-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 "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: sl@0: sl@0: #ifndef __GRAPHICS_FNTSTOREREBOOTTEST_IBY__ sl@0: #define __GRAPHICS_FNTSTOREREBOOTTEST_IBY__ sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: REM Change Linked Font Drive to be on e:\ as c:\ gets wiped by rebooting tests sl@0: patchdata fntstr.dll @ KLinkedFontDrive 0x65 sl@0: sl@0: REM include the autoexec.bat file as a text file to give the reboot harness read access to the data sl@0: REM this should only be currently used on h4 (works on WDP too) & h6 sl@0: sl@0: #ifdef GRAPHICS_MISTRAL_ROM sl@0: #ifdef __MOMAP24XX_H4HRP__ sl@0: #ifdef USE_DATA_PAGING sl@0: //H4 WDP sl@0: data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_wdp_auto\h4hrp_graphics0b_armv5_wdp_auto_autoexec.bat \autoexec.txt sl@0: #else sl@0: //H4 Non-WDP sl@0: data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_dpdef_auto\h4hrp_graphics0b_armv5_dpdef_auto_autoexec.bat \autoexec.txt sl@0: #endif sl@0: #endif sl@0: sl@0: #ifdef __MOMAP34XX_SDP__ sl@0: data=EPOCROOT##..\roms\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec.bat \autoexec.txt sl@0: #endif sl@0: sl@0: #else sl@0: #ifdef __MOMAP24XX_H4HRP__ sl@0: #ifdef USE_DATA_PAGING sl@0: //H4 WDP sl@0: data=\logs\autorom\t18n_test_rom_itype_h4_armv5_wdp_auto_autoexec.bat \autoexec.txt sl@0: #else sl@0: //H4 Non-WDP sl@0: data=\logs\autorom\t18n_test_rom_itype_h4_armv5_ram_auto_autoexec.bat \autoexec.txt sl@0: #endif sl@0: #endif sl@0: sl@0: #ifdef __MOMAP34XX_SDP__ sl@0: data=\logs\autorom\t18n_test_rom_itype_omap3430_armv5_dp-func_auto_autoexec.bat \autoexec.txt sl@0: #endif sl@0: #endif sl@0: sl@0: #endif // __GRAPHICS_FNTSTOREREBOOTTEST_IBY__