Start integration branch for Symbian^3 Theme
The theme has been built using Carbide.ui on S60 5th Edition using the N97 plugin
The source code in sf/mw/uiresources/skins/Symbian/srcdata was used to generate the installable
SIS file which lives in the group directory, but the aim here is to build the theme
for delivery in the ROM (preferrably as the default theme).
Running "sbs -b bld.inf -c winscw" should build cleanly and deliver a matched set of files which
then show up in the Settings | Themes | General list. Attempting to install it produces "Theme Corrupted".
/*
* Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
#if !defined __COMPLOCL_H__
#define __COMPLOCL_H__
#if !defined(__E32STD_H__)
#include <E32std.h>
#endif
class LLocaleData
{
public:
static const TLanguage Language;
static const TInt CountryCode;
static const TInt UniversalTimeOffset;
static const TDateFormat DateFormat;
static const TTimeFormat TimeFormat;
static const TText * const CurrencySymbol;
static const TLocalePos CurrencySymbolPosition;
static const TBool CurrencySpaceBetween;
static const TInt CurrencyDecimalPlaces;
// This definition used in timatti builds
//static const TLocale::NegativeCurrencyFormat TNegativeCurrencyFormat;
// Corrected type identifier
static const TLocale::TNegativeCurrencyFormat NegativeCurrencyFormat;
//old definition (SDK)
//static const TBool NegativeCurrencyInBrackets;
static const TBool CurrencyTriadsAllowed;
static const TText* const ShortDateFormatSpec;
static const TText* const LongDateFormatSpec;
static const TText* const TimeFormatSpec;
static const TFatUtilityFunctions* const FatUtilityFunctions;
static const TText * const ThousandsSeparator;
static const TText * const DecimalSeparator;
static const TText * const DateSeparator[KMaxDateSeparators];
static const TText * const TimeSeparator[KMaxTimeSeparators];
static const TLocalePos AmPmSymbolPosition;
static const TBool AmPmSpaceBetween;
static const TDaylightSavingZone HomeDaylightSavingZone;
static const TUint WorkDays;
static const TDay StartOfWeek;
static const TClockFormat ClockFormat;
static const TUnitsFormat UnitsGeneral;
static const TUnitsFormat UnitsDistanceLong;
static const TUnitsFormat UnitsDistanceShort;
static const TUint ExtraNegativeCurrencyFormatFlags;
static const TLanguage LanguageDowngrade[3];
static const TDigitType DigitType;
};
#endif