calendarui/cenrep/CalendarPrivateCRKeys.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 46 ecd7b9840282
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
     1 /*
       
     2 * Copyright (c) 2002-2004 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: Calendar Private Cenrep Keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CALENDARPRIVATECRKEYS_H
       
    21 #define CALENDARPRIVATECRKEYS_H
       
    22 
       
    23 #include <CalendarInternalCRKeys.h>
       
    24 
       
    25 /** Calendar UI Local Variation API */
       
    26 /** Provides access to the Calendar application's local variation setting */
       
    27 
       
    28 const TUid KCRUidCalendarLV = {0x101F874C};
       
    29 
       
    30 
       
    31 /**
       
    32 * Local variation bitmask for Caledar configuration.
       
    33 * For values refer to CalendarVariant.hrh.
       
    34 *
       
    35 **/
       
    36 const TUint32 KCalenLVFlags = 0x00000007;
       
    37 
       
    38 
       
    39 /** Calendar Thai Plugin  Settings API */
       
    40 /** Provides access to the Calendar Thai Plugin's settings */
       
    41 const TUid KCRUidCalenThaiPlugin = {0x102823D2};
       
    42 
       
    43 /**
       
    44 * User modifiable setting
       
    45 * Is Thai regional Calendar information shown in Calendar
       
    46 * (only available if feature is included in phone,
       
    47 *  currnet display language is Thai)
       
    48 * Value is either integer 0 or 1 
       
    49 * 0 = Off 
       
    50 * 1 = On (default)
       
    51 **/
       
    52 const TUint32 KCalenThaiPluginEnabled = 0x00000000;
       
    53 
       
    54 
       
    55 /** Calendar Lunar Calendar Plugin Settings API */
       
    56 /** Provides access to the Calendar Lunar Plugin's settings */
       
    57 const TUid KCRUidCalenLunarPlugin = { 0x102823D1 };
       
    58 
       
    59 /**
       
    60 * User modifiable setting
       
    61 * Is Chinese Lunar Calendar information shown in Calendar
       
    62 * (only available if feature is included in phone,
       
    63 *  currnet display language is some of Chinese languages)
       
    64 * Value is either integer 0 or 1 
       
    65 * 0 = Off 
       
    66 * 1 = On (default)
       
    67 **/
       
    68 const TUint32 KCalenChineseLunarEnabled = 0x00000000;
       
    69 
       
    70 
       
    71 /**
       
    72 * User modifiable setting
       
    73 * Is Vietnamese Lunar Calendar information shown in Calendar
       
    74 * (only available if feature is included in phone,
       
    75 *  currnet display language is Vietnamese languages)
       
    76 * Value is either integer 0 or 1 
       
    77 * 0 = Off 
       
    78 * 1 = On (default)
       
    79 **/
       
    80 const TUint32 KCalenVietnameseLunarEnabled = 0x00000001;
       
    81 
       
    82 
       
    83 /** Calendar UI Extensions Settings API */
       
    84 /** Provides access to user settings that enable Calendar UI extensions and customizations */
       
    85 const TUid KCRUidCalenUIExtensions = { 0x10282ED7 };
       
    86 
       
    87 /**
       
    88 * User modifiable setting to enable the AIW External Calendar.
       
    89 * (only available if an AIW provider is included in phone)
       
    90 * Value is either integer 0 or 1 
       
    91 * 0 = Off 
       
    92 * 1 = On (default)
       
    93 **/
       
    94 const TUint32 KCalenExternalCalendarEnabled = 0x00000000;
       
    95 
       
    96 
       
    97 #endif  // CALENDARPRIVATECRKEYS_H