clock/ftudatetimewizard/inc/ftudatetimeprivatecrkeys.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 FTUDATETIMEPRIVATECRKEYS_H_
       
    19 #define FTUDATETIMEPRIVATECRKEYS_H_
       
    20 
       
    21 /*!
       
    22     Clock App Settings
       
    23     Provides access to the plugin completed date.
       
    24  */
       
    25 const long int KCRUidClockApp = { 0x101F874D };
       
    26 
       
    27 /*!
       
    28     FTU date time plugin edited date
       
    29  */
       
    30 const long int KFtuPluginDate = 0x00000003;
       
    31 
       
    32 
       
    33 /*!
       
    34     Nitz Settings API
       
    35     Provides access to the Nitz status.
       
    36  */
       
    37 const long int KCRUidNitz = { 0x101F8876 };
       
    38 
       
    39 /*!
       
    40     Valid Nitz Info key
       
    41  */
       
    42 const long int KValidNitz = 0x00000004;
       
    43 
       
    44 #endif /* FTUDATETIMEPRIVATECRKEYS_H_ */
       
    45 
       
    46 // End of file  --Don't remove this.