organizer_plat/clock_settings_keys_api/inc/clockdomaincrkeys.h
changeset 75 7ac58b2aae6f
parent 45 b6db4fd4947b
child 79 6ff09f16627b
equal deleted inserted replaced
72:27feeedec790 75:7ac58b2aae6f
    23 const long int KCRUidClockApp =  { 0x101F874D };
    23 const long int KCRUidClockApp =  { 0x101F874D };
    24 /**Default clock alarm sound file*/
    24 /**Default clock alarm sound file*/
    25 const long int KClockAppDefaultSoundFile = 0x00000000;
    25 const long int KClockAppDefaultSoundFile = 0x00000000;
    26 /** Alarm snooze time key */
    26 /** Alarm snooze time key */
    27 const long int KClockAppSnoozeTime = 0x00000001;
    27 const long int KClockAppSnoozeTime = 0x00000001;
       
    28 /** Clock type key for Analog/Digital ie Analog-0 and digital-1*/
       
    29 const long int KClockType = 0x00000002;
    28 
    30 
    29 #endif  	// CLOCKDOMAINCRKEYS_H
    31 #endif  	// CLOCKDOMAINCRKEYS_H
    30 
    32 
    31 // End of file	--Don't remove this.
    33 // End of file	--Don't remove this.