|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of the License "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Hardware Configuration Respoitory Test Application |
|
15 // |
|
16 |
|
17 #ifndef __HCR_TEST_IBY__ |
|
18 #define __HCR_TEST_IBY__ |
|
19 |
|
20 |
|
21 device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRSIM.LDD \sys\bin\d_hcrsim.ldd |
|
22 device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRUT.LDD \sys\bin\d_hcrut.ldd |
|
23 |
|
24 file=\Epoc32\Release\##MAIN##\##BUILD##\t_hcr.exe \sys\bin\t_hcr.exe |
|
25 file=\Epoc32\Release\##MAIN##\##BUILD##\t_hcrut.exe \sys\bin\t_hcrut.exe |
|
26 |
|
27 data=\epoc32\rom\include\hcrtest.auto.bat \test\hcrtest.auto.bat |
|
28 |
|
29 #if defined(HCR_AUTO_ROM) |
|
30 data=\epoc32\rom\include\hcr_autoexec.bat \autoexec.bat |
|
31 #endif |
|
32 |
|
33 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt1.dat \sys\data\corrupt1.dat unpaged paging_unmovable |
|
34 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt2.dat \sys\data\corrupt2.dat unpaged paging_unmovable |
|
35 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\empty.dat \sys\data\empty.dat unpaged paging_unmovable |
|
36 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat \sys\data\filerepos.dat unpaged paging_unmovable |
|
37 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\nandrepos.dat \sys\data\nandrepos.dat unpaged paging_unmovable |
|
38 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat \sys\data\hcr.dat unpaged paging_unmovable |
|
39 |
|
40 #endif // __HCR_TEST_IBY__ |