os/ossrv/lowlevellibsandfws/apputils/initLocale/group/initialiseLocaleTests.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:
    15 *
    16 */
    17 #ifndef __INITIALISELOCALETESTS_IBY__
    18 #define __INITIALISELOCALETESTS_IBY__
    19 
    20 #include "TestBed.iby"
    21 
    22 
    23 
    24 #ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
    25 
    26 
    27 
    28 // Executables for tests
    29 file=ABI_DIR\BUILD_DIR\T_InitialiseLocale.EXE	Test\T_InitialiseLocale.EXE
    30 file=ABI_DIR\BUILD_DIR\T_LocaleFlexi.EXE	Test\T_LocaleFlexi.EXE
    31 file=ABI_DIR\BUILD_DIR\T_CorruptLocale.EXE	Test\T_CorruptLocale.EXE
    32 
    33 #else
    34 
    35 // Executables for tests
    36 file=ABI_DIR\BUILD_DIR\T_InitialiseLocale.EXE	Test\T_InitialiseLocale.EXE
    37 file=ABI_DIR\BUILD_DIR\t_NewLocaleModel.EXE	Test\t_NewLocaleModel.EXE
    38 file=ABI_DIR\BUILD_DIR\t_localeflexiNewLocaleModel.EXE	Test\t_localeflexiNewLocaleModel.EXE
    39 file=ABI_DIR\BUILD_DIR\t_rebootnewlocalemodel.EXE	Test\t_rebootnewlocalemodel.EXE
    40 file=ABI_DIR\BUILD_DIR\t_corruptlocale.EXE	Test\t_corruptlocale.EXE
    41 
    42 file=ABI_DIR\BUILD_DIR\t_OldAPIOldModel.EXE	Test\t_OldAPIOldModel.EXE
    43 file=ABI_DIR\BUILD_DIR\t_localeflexiOldLocaleModel.EXE	Test\t_localeflexiOldLocaleModel.EXE
    44 
    45 #endif
    46 
    47 
    48 
    49 #endif