clock/inc/clockprivatecrkeys.h
changeset 32 ea672fcb0ea0
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 application.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CLOCKPRIVATECRKEYS_H
       
    19 #define CLOCKPRIVATECRKEYS_H
       
    20 
       
    21 /** Nitz Settings */
       
    22 /** Provides access to the Nitz status.*/
       
    23 const long int KCRUidNitz =  { 0x101F8876 };
       
    24 /** Active Protocol key */
       
    25 const long int KActiveProtocol = 0x00000000;
       
    26 /** Previous alarm time high */
       
    27 const long int KPreviousAlarmTime = 0x00000001;
       
    28 /** Valid Nitz Info key */
       
    29 const long int KValidNitz = 0x00000002;
       
    30 
       
    31 #endif  	// CLOCKPRIVATECRKEYS_H
       
    32 
       
    33 // End of file	--Don't remove this.
       
    34