devicesrv_plat/display_language_definition_api/inc/CommonEngineDomainCRKeys.h
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2004-2006 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:  Domain Central Repository key definitions for
       
    15 *                CommonEngine subsystem
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef COMMONENGINEDOMAINCRKEYS_H
       
    21 #define COMMONENGINEDOMAINCRKEYS_H
       
    22 
       
    23 
       
    24 // INCLUDES
       
    25 #include <e32std.h>
       
    26 
       
    27 // =============================================================================
       
    28 // General CR API for publishing CR keys needed in base services
       
    29 // =============================================================================
       
    30 
       
    31 const TUid KCRUidCommonEngineKeys = {0x1020503B};
       
    32 
       
    33 /**
       
    34 * Display Text Language, integer value
       
    35 *
       
    36 * Possible values are:
       
    37 * 0 (automatic)
       
    38 * Valid Symbian OS language code
       
    39 *
       
    40 * Default value: 0
       
    41 **/
       
    42 const TUint32  KGSDisplayTxtLang = 0x00000001;
       
    43 
       
    44 #endif // COMMONENGINEDOMAINCRKEYS_H