scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/inc/ScreenSaverAnimPluginInternalCRKeys.h
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     1 /*
       
     2 * Copyright (c) 2005 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:      This header file gives the central repository key 
       
    15 *                 enumerations
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef SCREENSAVERANIMPLUGININTERNALCRKEYS_H
       
    23 #define SCREENSAVERANIMPLUGININTERNALCRKEYS_H
       
    24 
       
    25 const TUid KCRUidScreenSaverAnimPlugin = { 0x1020744E };
       
    26 
       
    27 const TUint32 KScreenSaverAnimatedFileName = 0x00000001;
       
    28 
       
    29 const TUint32 KScreenSaverAnimationTimeOut = 0x00000002;
       
    30 
       
    31 const TUint32 KScreenSaverLightsTimeOut    = 0x00000003;
       
    32 
       
    33 #endif      // SCREENSAVERANIMPLUGININTERNALCRKEYS_H
       
    34 // End of File
       
    35 
       
    36 
       
    37