kerneltest/f32test/loader/bld.inf
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 1998-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 // f32test/loader/bld.inf
       
    15 // 
       
    16 //
       
    17 PRJ_PLATFORMS
       
    18 BASEUSERDEFAULT
       
    19 
       
    20 #ifdef SBSV2
       
    21 PRJ_TESTEXPORTS
       
    22 ldrtst.flm	/epoc32/tools/makefile_templates/base/ldrtst.flm
       
    23 ldrtst.xml	/epoc32/tools/makefile_templates/base/ldrtst.xml
       
    24 #endif
       
    25 
       
    26 #ifndef SBSV2
       
    27 // Abld 
       
    28 PRJ_TESTMMPFILES
       
    29 gnumakefile ldrtst.mke
       
    30 #else
       
    31 // Raptor
       
    32 PRJ_TESTEXTENSIONS
       
    33 start extension base/flm_ldrtst
       
    34 end
       
    35 #endif
       
    36