calendarui/cenrep/CalendarDomainCRKeys.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 46 ecd7b9840282
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
     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: Calendar Domain Cenrep Keys.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CALENDARDOMAINCRKEYS_H
       
    19 #define CALENDARDOMAINCRKEYS_H
       
    20 
       
    21 //#include <CalendarSDKCRKeys.h>
       
    22 
       
    23 /** Calendar UI Settings API */
       
    24 /** Provides access to the Calendar application's settings */
       
    25 
       
    26 const TUid KCRUidCalendar = {0x101F874B};
       
    27 
       
    28 /**
       
    29 * Calendar alarm sound file, string.
       
    30 * Default value : "z:\data\sounds\digital\alarm.aac"
       
    31 **/
       
    32 const TUint32 KCalendarSoundFile = 0x00000004;
       
    33 
       
    34 /** 
       
    35 * Default Calendar alarm sound file.
       
    36 * Default value : "z:\data\sounds\digital\alarm.aac"
       
    37 **/
       
    38 const TUint32 KCalendarDefaultSoundFile = 0x00000005;
       
    39 
       
    40 #endif