kerneltest/e32test/hcr/hcr.inf
changeset 0 a41df078684a
child 4 56f325a607ea
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2008-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 // Hardware Configuration Respoitory Tests
       
    15 // Convienence INF file to build just HCR:  bldmake -f hcr.inf bldfiles
       
    16 // Test project part of the offical ../group/bld.inf e32test component.
       
    17 //
       
    18 
       
    19 /**
       
    20 @file
       
    21 
       
    22 @SYMPurpose Kernel and User library test code
       
    23 */
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 
       
    27 BASEDEFAULT
       
    28 
       
    29 PRJ_TESTEXPORTS
       
    30 
       
    31 hcr_tests.iby				/epoc32/rom/include/hcr_tests.iby
       
    32 tshell_hcrtest.oby			../../../kernel/eka/rombuild/tshell_hcrtest.oby
       
    33 hcrtest.auto.bat			/epoc32/rom/include/hcrtest.auto.bat
       
    34 hcr_autoexec.bat			/epoc32/rom/include/hcr_autoexec.bat
       
    35 
       
    36 PRJ_TESTMMPFILES
       
    37 
       
    38 d_hcrsim					support
       
    39 d_hcrut 					support
       
    40 
       
    41 #ifndef SMP
       
    42 t_hcr
       
    43 t_hcrut
       
    44 #endif