kerneltest/e32test/digitiser/digitiser.inf
branchRCL_3
changeset 36 bbf8bed59bcb
equal deleted inserted replaced
28:5b5d147c7838 36:bbf8bed59bcb
       
     1 // Copyright (c) 2010 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 // Digitiser Driver Tests
       
    15 // Convienence INF file to build just Digitiser tests "bldmake -f digitiser.inf bldfiles"
       
    16 // Test MMPs also 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 digitiser_tests.iby			/epoc32/rom/include/digitiser_tests.iby
       
    32 tshell_digitisertests.oby	../../../kernel/eka/rombuild/tshell_digitisertests.oby
       
    33 
       
    34 digi.auto.bat				/epoc32/rom/include/digi.auto.bat
       
    35 
       
    36 PRJ_TESTMMPFILES
       
    37 
       
    38 ..\group\d_ldddigitisertest			support
       
    39 
       
    40 #ifndef SMP
       
    41 ..\group\t_userdigitisertest
       
    42 ..\group\t_userdigitisernocaps
       
    43 ..\group\t_ldddigitisertest
       
    44 #endif