clock/inc/clockprivatecrkeys.h
changeset 37 360d55486d7f
parent 32 ea672fcb0ea0
equal deleted inserted replaced
32:ea672fcb0ea0 37:360d55486d7f
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:   The file contains the uid of keys used by application.
    14 * Description: The file contains the uid of keys used by application.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef CLOCKPRIVATECRKEYS_H
    18 #ifndef CLOCKPRIVATECRKEYS_H
    19 #define CLOCKPRIVATECRKEYS_H
    19 #define CLOCKPRIVATECRKEYS_H
    23 const long int KCRUidNitz =  { 0x101F8876 };
    23 const long int KCRUidNitz =  { 0x101F8876 };
    24 /** Active Protocol key */
    24 /** Active Protocol key */
    25 const long int KActiveProtocol = 0x00000000;
    25 const long int KActiveProtocol = 0x00000000;
    26 /** Previous alarm time high */
    26 /** Previous alarm time high */
    27 const long int KPreviousAlarmTime = 0x00000001;
    27 const long int KPreviousAlarmTime = 0x00000001;
    28 /** Valid Nitz Info key */
       
    29 const long int KValidNitz = 0x00000002;
       
    30 
    28 
    31 #endif  	// CLOCKPRIVATECRKEYS_H
    29 #endif	// CLOCKPRIVATECRKEYS_H
    32 
    30 
    33 // End of file	--Don't remove this.
    31 // End of file	--Don't remove this.
    34 
    32