|
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 device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRSIM_CLIENT.LDD \sys\bin\d_hcrsim_client.ldd |
|
21 device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRSIM_OWN.LDD \sys\bin\d_hcrsim_own.ldd |
|
22 device[VARID]=\Epoc32\Release\##KMAIN##\##BUILD##\D_HCRUT.LDD \sys\bin\d_hcrut.ldd |
|
23 |
|
24 #ifdef HCR_INCLUDE_VARIANT_TEST_DRIVERS |
|
25 extension[0x09080001]=\Epoc32\Release\##KMAIN##\##BUILD##\_##VARIANT##_D_HCREXT_OWN.LDD \sys\bin\d_hcrext_own.ldd |
|
26 extension[0x09080001]=\Epoc32\Release\##KMAIN##\##BUILD##\_##VARIANT##_D_HCREXT_CLIENT.LDD \sys\bin\d_hcrext_client.ldd |
|
27 #endif |
|
28 |
|
29 file=\Epoc32\Release\##MAIN##\##BUILD##\t_hcr.exe \sys\bin\t_hcr.exe |
|
30 file=\Epoc32\Release\##MAIN##\##BUILD##\t_hcrut.exe \sys\bin\t_hcrut.exe |
|
31 |
|
32 data=\epoc32\rom\include\hcrtest.auto.bat \test\hcrtest.auto.bat |
|
33 |
|
34 #if defined(HCR_AUTO_ROM) |
|
35 data=\epoc32\rom\include\hcr_autoexec.bat \autoexec.bat |
|
36 #endif |
|
37 |
|
38 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt1.dat \sys\data\corrupt1.dat unpaged paging_unmovable |
|
39 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\corrupt2.dat \sys\data\corrupt2.dat unpaged paging_unmovable |
|
40 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\empty.dat \sys\data\empty.dat unpaged paging_unmovable |
|
41 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat \sys\data\filerepos.dat unpaged paging_unmovable |
|
42 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\nandrepos.dat \sys\data\nandrepos.dat unpaged paging_unmovable |
|
43 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\megalarge1.dat \sys\data\megalarge1.dat unpaged paging_unmovable |
|
44 data=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\megalarge2.dat \sys\data\megalarge2.dat unpaged paging_unmovable |
|
45 hcrdata=##BASEPATH##kernelhwsrv\kerneltest\e32test\hcr\filerepos.dat \sys\data\hcr.dat |
|
46 #endif // __HCR_TEST_IBY__ |