sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
|
sl@0
|
18 |
|
sl@0
|
19 |
#ifndef __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
|
sl@0
|
20 |
#define __GRAPHICS_FNTSTOREREBOOTTEST_IBY__
|
sl@0
|
21 |
|
sl@0
|
22 |
#include <graphics_rebootharness.iby>
|
sl@0
|
23 |
#include <fntstoretest.iby>
|
sl@0
|
24 |
#include <InternalTestFonts.iby>
|
sl@0
|
25 |
|
sl@0
|
26 |
REM Change Linked Font Drive to be on e:\ as c:\ gets wiped by rebooting tests
|
sl@0
|
27 |
patchdata fntstr.dll @ KLinkedFontDrive 0x65
|
sl@0
|
28 |
|
sl@0
|
29 |
REM include the autoexec.bat file as a text file to give the reboot harness read access to the data
|
sl@0
|
30 |
REM this should only be currently used on h4 (works on WDP too) & h6
|
sl@0
|
31 |
|
sl@0
|
32 |
#ifdef GRAPHICS_MISTRAL_ROM
|
sl@0
|
33 |
#ifdef __MOMAP24XX_H4HRP__
|
sl@0
|
34 |
#ifdef USE_DATA_PAGING
|
sl@0
|
35 |
//H4 WDP
|
sl@0
|
36 |
data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_wdp_auto\h4hrp_graphics0b_armv5_wdp_auto_autoexec.bat \autoexec.txt
|
sl@0
|
37 |
#else
|
sl@0
|
38 |
//H4 Non-WDP
|
sl@0
|
39 |
data=EPOCROOT##..\roms\h4hrp_graphics0b_armv5_dpdef_auto\h4hrp_graphics0b_armv5_dpdef_auto_autoexec.bat \autoexec.txt
|
sl@0
|
40 |
#endif
|
sl@0
|
41 |
#endif
|
sl@0
|
42 |
|
sl@0
|
43 |
#ifdef __MOMAP34XX_SDP__
|
sl@0
|
44 |
data=EPOCROOT##..\roms\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec\34xx_sdp_graphics0b_armv5_dpdef_auto_autoexec.bat \autoexec.txt
|
sl@0
|
45 |
#endif
|
sl@0
|
46 |
|
sl@0
|
47 |
#else
|
sl@0
|
48 |
#ifdef __MOMAP24XX_H4HRP__
|
sl@0
|
49 |
#ifdef USE_DATA_PAGING
|
sl@0
|
50 |
//H4 WDP
|
sl@0
|
51 |
data=\logs\autorom\t18n_test_rom_itype_h4_armv5_wdp_auto_autoexec.bat \autoexec.txt
|
sl@0
|
52 |
#else
|
sl@0
|
53 |
//H4 Non-WDP
|
sl@0
|
54 |
data=\logs\autorom\t18n_test_rom_itype_h4_armv5_ram_auto_autoexec.bat \autoexec.txt
|
sl@0
|
55 |
#endif
|
sl@0
|
56 |
#endif
|
sl@0
|
57 |
|
sl@0
|
58 |
#ifdef __MOMAP34XX_SDP__
|
sl@0
|
59 |
data=\logs\autorom\t18n_test_rom_itype_omap3430_armv5_dp-func_auto_autoexec.bat \autoexec.txt
|
sl@0
|
60 |
#endif
|
sl@0
|
61 |
#endif
|
sl@0
|
62 |
|
sl@0
|
63 |
#endif // __GRAPHICS_FNTSTOREREBOOTTEST_IBY__ |