lowlevellibsandfws/genericusabilitylib/test/group/bld.inf
changeset 0 e4d67989cc36
child 34 5fae379060a7
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 "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 // Generic usability library test build information file.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose Generic usability library test build information file.
       
    22 */
       
    23 
       
    24 //This library relies on Leave = Throw which is not implemented in the 
       
    25 //X86 platform.  As a result X86 is not supported
       
    26 PRJ_PLATFORMS
       
    27 DEFAULT GCCE -X86
       
    28 
       
    29 
       
    30 #ifdef SYMBIAN_EUSERHL_BUILD91
       
    31 
       
    32 PRJ_TESTEXPORTS
       
    33 euserhltests.bat   /epoc32/data/z/system/test/euserhltests.bat 
       
    34 euserhltest.iby   /epoc32/rom/include/euserhltest.iby
       
    35 
       
    36 PRJ_TESTMMPFILES
       
    37 t_lstring_build91.mmp
       
    38 t_lsformat_build91.mmp  
       
    39 t_emanaged_build91.mmp
       
    40 
       
    41 
       
    42 #else // SYMBIAN_EUSERHL_BUILD91
       
    43 
       
    44 PRJ_TESTEXPORTS
       
    45 euserhltests.bat   /epoc32/data/z/system/test/euserhltests.bat 
       
    46 euserhltest.iby   /epoc32/rom/include/euserhltest.iby
       
    47 
       
    48 PRJ_TESTMMPFILES
       
    49 t_lstring.mmp
       
    50 t_lsformat.mmp  
       
    51 t_emanaged.mmp
       
    52 
       
    53 
       
    54 #endif // SYMBIAN_EUSERHL_BUILD91