phonebookui/Phonebook/inc/PhonebookExternalCRKeys.h
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2002 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:  External Central Repository keys for Phonebook
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __PhonebookExternalCRKeys_H__
       
    20 #define __PhonebookExternalCRKeys_H__
       
    21 
       
    22 #include <settingsinternalcrkeys.h> // includes KRCSEPreferredTelephony
       
    23 
       
    24 /**
       
    25  * This file contains external CR keys used by Phonebook
       
    26  * defined as const TUint32. Direct use of them is not
       
    27  * possible since they are defined as TUid, and that is
       
    28  * initialized static data, which is forbidden to have
       
    29  * on ARM environment.
       
    30  */
       
    31 
       
    32 
       
    33 ///////////////////////////////////
       
    34 // External Central Repository UIDs
       
    35 //
       
    36 
       
    37 // Rich call settings category from SettingsInternalCRKeys.h
       
    38 const TUint32 KPbkCRUidRichCallSettings = 0x101f883b;
       
    39 
       
    40 
       
    41 ///////////////////////////////////
       
    42 // External Central Repository keys
       
    43 //
       
    44 
       
    45 
       
    46 #endif // __PhonebookExternalCRKeys_H__