scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/inc/ScreenSaverAnimPluginConst.h
branchRCL_3
changeset 26 e8d784ac1a4b
parent 0 040fcad49f44
equal deleted inserted replaced
25:aaeeca1f15af 26:e8d784ac1a4b
       
     1 /*
       
     2 * Copyright (c) 2008 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:     Constant definitions for Screen Saver Anim Plugin 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef SCREENSAVERANIMPLUGINCONST_H
       
    23 #define SCREENSAVERANIMPLUGINCONST_H
       
    24 
       
    25 // Feature IDs.
       
    26 enum 
       
    27     {
       
    28     // Remove Back Light Setting
       
    29     EAnimPluginBacklightRemoved,
       
    30 
       
    31     /*Insert new item here*/
       
    32 
       
    33     // last feature should be max value
       
    34     KAnimPluginMaxFeatureID
       
    35     };
       
    36 
       
    37 /**
       
    38 *******************************************************************************
       
    39 * Following constants are shared between PLSN. The three constants need to be 
       
    40 * sychronized in both PLSN and Screensaver Animation plugin projects when each
       
    41 * has changes. 
       
    42 *******************************************************************************
       
    43 */
       
    44 // Same definition as in PslnVariationPrivateCRKeys.h 
       
    45 const TUid KCRUidThemesVariation = { 0x102818EB };
       
    46 
       
    47 
       
    48 /**
       
    49 * Specifies the bitmask for Themes applications locally variated features.
       
    50 * 
       
    51 * Possible values are defined in PslnVariant.hrh.
       
    52 */
       
    53 const TUint32 KThemesLocalVariation       = 0x00000001;
       
    54 
       
    55 
       
    56 // Same definition as in pslnvariant.hrh
       
    57 // Removes screensaver animation plugin's timeout setting. 
       
    58 // Bitmask value in decimals: 256.
       
    59 #define KScreenSaverRemoveAnimPluginTimeout 0x00000100
       
    60 
       
    61 
       
    62 #endif // SCREENSAVERANIMPLUGINCONST_H
       
    63 // End Of file