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". |
32 #include <rom\##VARIANT##\header.iby> |
32 #include <rom\##VARIANT##\header.iby> |
33 |
33 |
34 files= |
34 files= |
35 |
35 |
36 #ifdef PAGED_ROM |
36 #ifdef PAGED_ROM |
37 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt Test\test_paged.cpp |
37 data=gentestpaged.txt Test\test_paged.cpp |
38 #endif |
38 #endif |
39 |
39 |
40 #include <rom\##VARIANT##\kernel.iby> |
40 #include <rom\##VARIANT##\kernel.iby> |
41 #include "user.iby" |
41 #include "user.iby" |
42 #include <rom\hal\hal.iby> |
42 #include <rom\hal\hal.iby> |
58 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE) |
58 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE) |
59 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby> |
59 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby> |
60 #endif |
60 #endif |
61 |
61 |
62 #ifdef PAGED_ROM |
62 #ifdef PAGED_ROM |
63 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt Test\test_unpaged.cpp unpaged |
63 data=gentestnonpaged.txt Test\test_unpaged.cpp unpaged |
64 #endif |
64 #endif |
65 |
65 |
66 //------------------------------------------------------------------------------------------------- |
66 //------------------------------------------------------------------------------------------------- |
67 //------------ this is the performance tests specific part ---------------------------------------- |
67 //------------ this is the performance tests specific part ---------------------------------------- |
68 //------------------------------------------------------------------------------------------------- |
68 //------------------------------------------------------------------------------------------------- |