os/ossrv/lowlevellibsandfws/apputils/initLocale/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/initLocale/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,82 @@
     1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +PRJ_EXPORTS
    1.20 +initialiseLocale.iby /epoc32/rom/include/initialiselocale.iby
    1.21 +testLocale.iby /epoc32/rom/include/testlocale.iby
    1.22 +
    1.23 +#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
    1.24 +
    1.25 +// Note: these cre files are exported for testing and techview only. Not used in a device
    1.26 +//repository file for ROM build
    1.27 +../data/1020e4d3.cre /epoc32/data/z/private/10202be9/1020e4d3.cre
    1.28 +//repository files for WINSCW
    1.29 +../data/1020e4d3.cre /epoc32/release/winscw/udeb/z/private/10202be9/1020e4d3.cre
    1.30 +../data/1020e4d3.cre /epoc32/release/winscw/urel/z/private/10202be9/1020e4d3.cre
    1.31 +
    1.32 +// ConfML files
    1.33 +../conf/apputils_1020e4d3.crml   OS_LAYER_EXPORTS_CRML(apputils_1020e4d3.crml)
    1.34 +
    1.35 +
    1.36 +#else
    1.37 +
    1.38 +// Note: these cre files are exported for testing and techview only. Not used in a device
    1.39 +//repository file for ROM build
    1.40 +../data/1020e4d3_new.cre /epoc32/data/z/private/10202be9/1020e4d3.cre
    1.41 +//repository files for WINSCW
    1.42 +../data/1020e4d3_new.cre /epoc32/release/winscw/udeb/z/private/10202be9/1020e4d3.cre
    1.43 +../data/1020e4d3_new.cre /epoc32/release/winscw/urel/z/private/10202be9/1020e4d3.cre
    1.44 +
    1.45 +#endif 
    1.46 +
    1.47 +
    1.48 +
    1.49 +PRJ_MMPFILES
    1.50 +InitialiseLocale.MMP
    1.51 +
    1.52 +PRJ_TESTEXPORTS
    1.53 +initialiseLocaleTests.iby   /epoc32/rom/include/initialiselocaletests.iby
    1.54 +#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
    1.55 +
    1.56 +initialiseLocaleTests_old_locale_model.bat   /epoc32/data/z/system/test/initialiselocaletests.bat 
    1.57 +
    1.58 +#else
    1.59 +
    1.60 +initialiseLocaleTests_new_locale_model.bat   /epoc32/data/z/system/test/initialiselocaletests.bat 
    1.61 +
    1.62 +#endif 
    1.63 +
    1.64 +
    1.65 +PRJ_TESTMMPFILES
    1.66 +
    1.67 +#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
    1.68 +
    1.69 +T_InitialiseLocale
    1.70 +T_CorruptLocale manual
    1.71 +T_LocaleFlexi
    1.72 +
    1.73 +#else
    1.74 +
    1.75 +T_NewLocaleModel.mmp
    1.76 +T_InitialiseLocale
    1.77 +T_LocaleFlexiNewLocaleModel.mmp
    1.78 +T_CorruptLocale manual
    1.79 +T_OldAPIOldModel.mmp manual
    1.80 +T_LocaleFlexiOldLocaleModel.mmp manual
    1.81 +T_RebootNewLocaleModel.mmp manual
    1.82 +
    1.83 +#endif 
    1.84 +
    1.85 +