equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
18 #include <rom\##VARIANT##\header.iby> |
18 #include <rom\##VARIANT##\header.iby> |
19 |
19 |
20 files= |
20 files= |
21 |
21 |
22 #ifdef PAGED_ROM |
22 #ifdef PAGED_ROM |
23 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged.cpp |
23 data=gentestpaged.txt Test\test_paged.cpp |
24 #endif |
24 #endif |
25 |
25 |
26 #include <rom\##VARIANT##\kernel.iby> |
26 #include <rom\##VARIANT##\kernel.iby> |
27 #include "user.iby" |
27 #include "user.iby" |
28 #include <rom\hal\hal.iby> |
28 #include <rom\hal\hal.iby> |
54 |
54 |
55 // Include autoexec script |
55 // Include autoexec script |
56 data=EPOCROOT##epoc32\rom\##VARIANT##\autoexec_f32test.bat \autoexec.bat |
56 data=EPOCROOT##epoc32\rom\##VARIANT##\autoexec_f32test.bat \autoexec.bat |
57 |
57 |
58 #ifdef PAGED_ROM |
58 #ifdef PAGED_ROM |
59 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged |
59 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged |
60 #endif |
60 #endif |