diff -r 4b686cfad39d -r e6894b852bc6 calendarui/inc/CalendarInternalCRKeys.h --- a/calendarui/inc/CalendarInternalCRKeys.h Tue Jun 15 15:22:54 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,107 +0,0 @@ -/* -* Copyright (c) 2002-2004 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: ?Description -* -*/ - - -#ifndef CALENDARINTERNALCRKEYS_H -#define CALENDARINTERNALCRKEYS_H - -//#include - -/** Calendar UI Settings API */ -/** Provides access to the Calendar application's settings */ - -const TUid KCRUidCalendar = {0x101F874B}; - - -/** -* Default alarm time in minutes before event starting time. -* Value is an integer between 0 and 60. Default: 15. -**/ -const TUint32 KCalendarDefaultAlarmTime = 0x00000000; - -/** -* Default starting view for Calendar. Value is an integer between 0 and 2. -* 0 = Month view (default) -* 1 = Week view -* 2 = Day view -**/ -const TUint32 KCalendarDefaultStartView = 0x00000001; - -/** -* Week view title in Calendar application. -* Value is eihter integer 0 or 1 -* 0 = Week number (default) -* 1 = Week dates -**/ -const TUint32 KCalendarWeekViewTitle = 0x00000002; - -/** -* Is Chinese Lunar calendar information shown in Calendar -* (only available if feature is included in ROM image). -* Value is either integer 0 or 1 -* 0 = Off -* 1 = On (default) -* This key value is deprecated and has been replaced by the KCRUidCalenLunarPlugin key. -**/ -const TUint32 KCalendarLunarCalendar = 0x00000003; - -/** -* Calendar alarm sound file, string. -* Default value : "z:\data\sounds\digital\alarm.aac" -**/ -const TUint32 KCalendarSoundFile = 0x00000004; - -/** -* Default Calendar alarm sound file. -* Default value : "z:\data\sounds\digital\alarm.aac" -**/ -const TUint32 KCalendarDefaultSoundFile = 0x00000005; - -/** -* A flag that is set when a Calendar alarm was lost due to time change. -* Default value: 0 -*/ -const TUint32 KCalendarLostAlarm = 0x00000006; - -/** -* Calendar alarm snooze time interval in minutes. -* Default value: 5 -*/ -const TUint32 KCalendarSnoozeTime = 0x00000007; - -//Added as an addition to the Symbian fix -/** -* Calendar Persistent Time to store the last time the System Time updated. -* Default Value : 0 -*/ -const TReal KCalendarPersistentTime = 0x00000009; - -/** -* Text string containing UIDs and enabled/disabled flag (separated -* by commas) for Calendar plugins. -* Default value: Empty -*/ -const TUint32 KCalendarPluginAvailability = 0x0000000A; - -/** -* Defines whether regional information must be shown in the Calendar or not -* Default value: 1 -*/ -const TUint32 KShowRegionalInformation = 0x0000000B; - - -#endif // CALENDARINTERNALCRKEYS_H