os/ossrv/lowlevellibsandfws/genericusabilitylib/test/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 PRJ_TESTEXPORTS
    32 euserhltests.bat   /epoc32/data/z/system/test/euserhltests.bat 
    33 euserhltest.iby   /epoc32/rom/include/euserhltest.iby
    34 
    35 #else // SYMBIAN_EUSERHL_BUILD91
    36 PRJ_TESTEXPORTS
    37 euserhltests.bat   /epoc32/data/z/system/test/euserhltests.bat 
    38 euserhltest.iby   /epoc32/rom/include/euserhltest.iby
    39 
    40 #endif // SYMBIAN_EUSERHL_BUILD91
    41 
    42 
    43 PRJ_TESTMMPFILES
    44 #ifdef SYMBIAN_EUSERHL_BUILD91
    45 t_lstring_build91.mmp
    46 t_lsformat_build91.mmp  
    47 t_emanaged_build91.mmp
    48 
    49 #else // SYMBIAN_EUSERHL_BUILD91
    50 t_lstring.mmp
    51 t_lsformat.mmp  
    52 t_emanaged.mmp
    53 
    54 #endif // SYMBIAN_EUSERHL_BUILD91
    55