kernel/eka/rombuild/f32tests.oby
changeset 273 6a75fa55495f
parent 90 947f0dc9f7a8
equal deleted inserted replaced
271:dc268b18d709 273:6a75fa55495f
     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".
    20 #include <rom\##VARIANT##\header.iby>
    20 #include <rom\##VARIANT##\header.iby>
    21 
    21 
    22 files=
    22 files=
    23 
    23 
    24 #ifdef PAGED_ROM
    24 #ifdef PAGED_ROM
    25 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt			Test\test_paged.cpp
    25 data=gentestpaged.txt			Test\test_paged.cpp
    26 #endif
    26 #endif
    27 
    27 
    28 #include <rom\##VARIANT##\kernel.iby>
    28 #include <rom\##VARIANT##\kernel.iby>
    29 #include "user.iby"
    29 #include "user.iby"
    30 #include <rom\hal\hal.iby>
    30 #include <rom\hal\hal.iby>
    46 // Required for t_pageldrtst
    46 // Required for t_pageldrtst
    47 data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe			\sys\bin\d_exc.exe
    47 data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe			\sys\bin\d_exc.exe
    48 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd			\sys\bin\minkda.ldd
    48 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd			\sys\bin\minkda.ldd
    49 
    49 
    50 #ifdef PAGED_ROM
    50 #ifdef PAGED_ROM
    51 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged
    51 data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged
    52 #endif
    52 #endif
    53 
    53 
    54 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE)
    54 #if defined(SYMBIAN_INCLUDE_USB_OTG_HOST) && defined(WITH_MASS_STORAGE)
    55 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby>
    55 #include <rom##E32PATH##\kernelhwsrv\kerneltest\f32test\shostmassstorage\##MAIN##test.iby>
    56 #endif
    56 #endif