lowlevellibsandfws/apputils/initLocale/group/bld.inf
changeset 0 e4d67989cc36
child 78 5b3c983434ca
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2005-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 //
       
    15 
       
    16 PRJ_EXPORTS
       
    17 initialiseLocale.iby /epoc32/rom/include/initialiselocale.iby
       
    18 testLocale.iby /epoc32/rom/include/testlocale.iby
       
    19 
       
    20 #ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
       
    21 
       
    22 // Note: these cre files are exported for testing and techview only. Not used in a device
       
    23 //repository file for ROM build
       
    24 ../data/1020e4d3.cre /epoc32/data/z/private/10202be9/1020e4d3.cre
       
    25 //repository files for WINSCW
       
    26 ../data/1020e4d3.cre /epoc32/release/winscw/udeb/z/private/10202be9/1020e4d3.cre
       
    27 ../data/1020e4d3.cre /epoc32/release/winscw/urel/z/private/10202be9/1020e4d3.cre
       
    28 
       
    29 // ConfML files
       
    30 ../conf/apputils_1020e4d3.crml   OS_LAYER_EXPORTS_CRML(apputils_1020e4d3.crml)
       
    31 
       
    32 
       
    33 #else
       
    34 
       
    35 // Note: these cre files are exported for testing and techview only. Not used in a device
       
    36 //repository file for ROM build
       
    37 ../data/1020e4d3_new.cre /epoc32/data/z/private/10202be9/1020e4d3.cre
       
    38 //repository files for WINSCW
       
    39 ../data/1020e4d3_new.cre /epoc32/release/winscw/udeb/z/private/10202be9/1020e4d3.cre
       
    40 ../data/1020e4d3_new.cre /epoc32/release/winscw/urel/z/private/10202be9/1020e4d3.cre
       
    41 
       
    42 #endif 
       
    43 
       
    44 
       
    45 
       
    46 PRJ_MMPFILES
       
    47 InitialiseLocale.MMP
       
    48 
       
    49 PRJ_TESTEXPORTS
       
    50 initialiseLocaleTests.iby   /epoc32/rom/include/initialiselocaletests.iby
       
    51 #ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
       
    52 
       
    53 initialiseLocaleTests_old_locale_model.bat   /epoc32/data/z/system/test/initialiselocaletests.bat 
       
    54 
       
    55 #else
       
    56 
       
    57 initialiseLocaleTests_new_locale_model.bat   /epoc32/data/z/system/test/initialiselocaletests.bat 
       
    58 
       
    59 #endif 
       
    60 
       
    61 
       
    62 PRJ_TESTMMPFILES
       
    63 
       
    64 #ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
       
    65 
       
    66 T_InitialiseLocale
       
    67 T_CorruptLocale manual
       
    68 T_LocaleFlexi
       
    69 
       
    70 #else
       
    71 
       
    72 T_NewLocaleModel.mmp
       
    73 T_InitialiseLocale
       
    74 T_LocaleFlexiNewLocaleModel.mmp
       
    75 T_CorruptLocale manual
       
    76 T_OldAPIOldModel.mmp manual
       
    77 T_LocaleFlexiOldLocaleModel.mmp manual
       
    78 T_RebootNewLocaleModel.mmp manual
       
    79 
       
    80 #endif 
       
    81 
       
    82