fontservices/fontstore/group/FntStoreRebootTests.iby
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
       
    20 #define __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
       
    21 
       
    22 #include <graphics_rebootharness.iby>
       
    23 #include <fntstoretest.iby>
       
    24 #include <InternalTestFonts.iby>
       
    25 
       
    26 REM Change Linked Font Drive to be on e:\ as c:\ gets wiped by rebooting tests
       
    27 patchdata fntstr.dll @ KLinkedFontDrive 0x65
       
    28 
       
    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
       
    31 
       
    32 #ifdef GRAPHICS_MISTRAL_ROM
       
    33 #ifdef __MOMAP24XX_H4HRP__
       
    34 	#ifdef USE_DATA_PAGING
       
    35 	//H4 WDP
       
    36 	data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_wdp_auto\h4hrp_graphics0b_armv5_wdp_auto_autoexec.bat	\autoexec.txt
       
    37 	#else
       
    38 	//H4 Non-WDP
       
    39 	data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_dpdef_auto\h4hrp_graphics0b_armv5_dpdef_auto_autoexec.bat   \autoexec.txt
       
    40 	#endif
       
    41 #endif
       
    42 
       
    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
       
    45 #endif
       
    46 
       
    47 #else
       
    48 #ifdef __MOMAP24XX_H4HRP__
       
    49 	#ifdef USE_DATA_PAGING
       
    50 	//H4 WDP
       
    51 	data=\logs\autorom\t18n_test_rom_itype_h4_armv5_wdp_auto_autoexec.bat   \autoexec.txt
       
    52 	#else
       
    53 	//H4 Non-WDP
       
    54 	data=\logs\autorom\t18n_test_rom_itype_h4_armv5_ram_auto_autoexec.bat   \autoexec.txt
       
    55 	#endif
       
    56 #endif
       
    57 
       
    58 #ifdef __MOMAP34XX_SDP__
       
    59 data=\logs\autorom\t18n_test_rom_itype_omap3430_armv5_dp-func_auto_autoexec.bat   \autoexec.txt
       
    60 #endif
       
    61 #endif
       
    62 
       
    63 #endif	// __GRAPHICS_FNTSTOREREBOOTTEST_IBY__