psln/Inc/PslnVariationPrivateCRKeys.h
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
equal deleted inserted replaced
34:6b5204869ed5 37:89c890c70182
     1 /*
       
     2 * Copyright (c) 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:  Private Central Repository keys for Personalisation app.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PSLNVARIATIONPRIVATECRKEYS_H
       
    20 #define PSLNVARIATIONPRIVATECRKEYS_H
       
    21 
       
    22 /**
       
    23 *******************************************************************************
       
    24 * Themes variation repository.
       
    25 *******************************************************************************
       
    26 */
       
    27 const TUid KCRUidThemesVariation = { 0x102818EB };
       
    28 
       
    29 /**
       
    30 * Specifies the bitmask for Themes applications locally variated features.
       
    31 * 
       
    32 * Possible values are defined in PslnVariant.hrh.
       
    33 */
       
    34 const TUint32 KThemesLocalVariation       = 0x00000001;
       
    35 
       
    36 #endif // PSLNVARIATIONPRIVATECRKEYS_H