kerneltest/sdiotest/bld.inf
branchRCL_3
changeset 294 039a3e647356
parent 268 345b1ca54e88
child 295 5460f47b94ad
equal deleted inserted replaced
268:345b1ca54e88 294:039a3e647356
     1 // Copyright (c) 2003-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 // SDIO tests
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 
       
    26 ARM4 ARM4T ARMV4 ARMV5
       
    27 ARM4SMP ARMV4SMP ARMV5SMP ARMV6SMP
       
    28 
       
    29 // To build for WINS/WINSCW comment out the following line - if this is required, 
       
    30 // need to delete medmmc.pdd to stop the fileserver startup thread from attempting
       
    31 // to load both
       
    32 // WINS WINSCW
       
    33 
       
    34 PRJ_EXPORTS
       
    35 PRJ_MMPFILES
       
    36 
       
    37 PRJ_TESTMMPFILES
       
    38 
       
    39 
       
    40 #if defined(GENERIC_MARM)
       
    41 #ifndef SMP
       
    42 sdiotest		manual
       
    43 #endif
       
    44 
       
    45 d_sdioif		manual
       
    46 #endif
       
    47 
       
    48 
       
    49