kernel/eka/rombuild/autotest.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".
    19 #include <rom\##VARIANT##\header.iby>
    19 #include <rom\##VARIANT##\header.iby>
    20 
    20 
    21 files=
    21 files=
    22 
    22 
    23 #ifdef PAGED_ROM
    23 #ifdef PAGED_ROM
    24 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestpaged.txt			Test\test_paged.cpp
    24 data=gentestpaged.txt			Test\test_paged.cpp
    25 #endif
    25 #endif
    26 
    26 
    27 #include <rom\##VARIANT##\kernel.iby>
    27 #include <rom\##VARIANT##\kernel.iby>
    28 #include "user.iby"
    28 #include "user.iby"
    29 #include <rom\hal\hal.iby>
    29 #include <rom\hal\hal.iby>
    57 // Required for t_pageldrtst
    57 // Required for t_pageldrtst
    58 data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe			\sys\bin\d_exc.exe
    58 data=EPOCROOT##Epoc32\Release\##MAIN##\##BUILD##\d_exc.exe			\sys\bin\d_exc.exe
    59 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd			\sys\bin\minkda.ldd
    59 data=EPOCROOT##Epoc32\Release\##KMAIN##\##BUILD##\minkda.ldd			\sys\bin\minkda.ldd
    60 
    60 
    61 #ifdef PAGED_ROM
    61 #ifdef PAGED_ROM
    62 data=##BASEPATH##kernelhwsrv\kernel\eka\rombuild\gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged
    62 data=gentestnonpaged.txt			Test\test_unpaged.cpp	unpaged
    63 #endif
    63 #endif