organizer_plat/clock_settings_keys_api/inc/clockdomaincrkeys.h
author William Roberts <williamr@symbian.org>
Mon, 19 Jul 2010 15:12:16 +0100
changeset 53 e08ac1a3ba2b
parent 32 ea672fcb0ea0
permissions -rw-r--r--
Fix line-endings in two *crkeys.h files - Bug 3323
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     1
/*
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     3
* All rights reserved.
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     4
* This component and the accompanying materials are made available
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     6
* which accompanies this distribution, and is available
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     8
*
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
     9
* Initial Contributors:
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    10
* Nokia Corporation - initial contribution.
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    11
*
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    12
* Contributors:
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    13
*
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    14
* Description:   The file contains the uid of domain keys.
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    15
*
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    16
*/
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    17
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    18
#ifndef CLOCKDOMAINCRKEYS_H
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    19
#define CLOCKDOMAINCRKEYS_H
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    20
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    21
/**Clock Settings keys*/
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    22
/**Provides access to the ClockSettings keys*/
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    23
const long int KCRUidClockApp =  { 0x101F874D };
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    24
/**Default clock alarm sound file*/
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    25
const long int KClockAppDefaultSoundFile = 0x00000000;
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    26
/** Alarm snooze time key */
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    27
const long int KClockAppSnoozeTime = 0x00000001;
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    28
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    29
#endif  	// CLOCKDOMAINCRKEYS_H
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    30
e08ac1a3ba2b Fix line-endings in two *crkeys.h files - Bug 3323
William Roberts <williamr@symbian.org>
parents: 32
diff changeset
    31
// End of file	--Don't remove this.