os/textandloc/fontservices/fontstore/group/FntStoreRebootTests.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/fontservices/fontstore/group/FntStoreRebootTests.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,63 @@
     1.4 +/*
     1.5 +* Copyright (c) 2008-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 "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 +
    1.21 +
    1.22 +#ifndef __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
    1.23 +#define __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
    1.24 +
    1.25 +#include <graphics_rebootharness.iby>
    1.26 +#include <fntstoretest.iby>
    1.27 +#include <InternalTestFonts.iby>
    1.28 +
    1.29 +REM Change Linked Font Drive to be on e:\ as c:\ gets wiped by rebooting tests
    1.30 +patchdata fntstr.dll @ KLinkedFontDrive 0x65
    1.31 +
    1.32 +REM include the autoexec.bat file as a text file to give the reboot harness read access to the data
    1.33 +REM this should only be currently used on h4 (works on WDP too) & h6
    1.34 +
    1.35 +#ifdef GRAPHICS_MISTRAL_ROM
    1.36 +#ifdef __MOMAP24XX_H4HRP__
    1.37 +	#ifdef USE_DATA_PAGING
    1.38 +	//H4 WDP
    1.39 +	data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_wdp_auto\h4hrp_graphics0b_armv5_wdp_auto_autoexec.bat	\autoexec.txt
    1.40 +	#else
    1.41 +	//H4 Non-WDP
    1.42 +	data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_dpdef_auto\h4hrp_graphics0b_armv5_dpdef_auto_autoexec.bat   \autoexec.txt
    1.43 +	#endif
    1.44 +#endif
    1.45 +
    1.46 +#ifdef __MOMAP34XX_SDP__
    1.47 +data=EPOCROOT##..\roms\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec.bat   \autoexec.txt
    1.48 +#endif
    1.49 +
    1.50 +#else
    1.51 +#ifdef __MOMAP24XX_H4HRP__
    1.52 +	#ifdef USE_DATA_PAGING
    1.53 +	//H4 WDP
    1.54 +	data=\logs\autorom\t18n_test_rom_itype_h4_armv5_wdp_auto_autoexec.bat   \autoexec.txt
    1.55 +	#else
    1.56 +	//H4 Non-WDP
    1.57 +	data=\logs\autorom\t18n_test_rom_itype_h4_armv5_ram_auto_autoexec.bat   \autoexec.txt
    1.58 +	#endif
    1.59 +#endif
    1.60 +
    1.61 +#ifdef __MOMAP34XX_SDP__
    1.62 +data=\logs\autorom\t18n_test_rom_itype_omap3430_armv5_dp-func_auto_autoexec.bat   \autoexec.txt
    1.63 +#endif
    1.64 +#endif
    1.65 +
    1.66 +#endif	// __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
    1.67 \ No newline at end of file