clock/clockengines/clockserver/server/inc/clockprivatecrkeys.h
changeset 32 ea672fcb0ea0
parent 26 a949c2543c15
child 34 1850873ab5e9
child 37 360d55486d7f
equal deleted inserted replaced
26:a949c2543c15 32:ea672fcb0ea0
     1 /*
       
     2 * Copyright (c) 2009 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:   The file contains the uid of keys used by cenrep sheet
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __CLOCKPRIVATECRKEYS_H__
       
    19 #define __CLOCKPRIVATECRKEYS_H__
       
    20 
       
    21 /** Nitz Settings API */
       
    22 /** Provides access to the Nitz status.*/
       
    23 const TUid KCRUidNitz = { 0x101F8876 };
       
    24 
       
    25 /** Nitz state key */
       
    26 const TUint32 KNitzState = 0x00000000;
       
    27 
       
    28 /** Active Protocol key */
       
    29 const TUint32 KActiveProtocol = 0x00000001;
       
    30 
       
    31 /** Previous alarm time high */
       
    32 const TUint32 KPreviousAlarmTime = 0x00000002;
       
    33 
       
    34 /** CountDownTimer  alert file */
       
    35 const TUint32 KCountDownSoundFile = 0x00000003;
       
    36 
       
    37 /** Valid Nitz Info key */
       
    38 const TUint32 KValidNitz = 0x00000004;
       
    39 
       
    40 /** FTU date time plugin edited date */
       
    41 const TUint32 KFtuPluginDate = 0x00000005;
       
    42 #endif  // __CLOCKPRIVATECRKEYS_H__
       
    43 
       
    44 // End of file
       
    45