scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/inc/ScreenSaverAnimPluginConst.h
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
--- a/scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/inc/ScreenSaverAnimPluginConst.h	Mon Jan 18 20:19:52 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-/*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:     Constant definitions for Screen Saver Anim Plugin 
-*
-*/
-
-
-
-
-
-#ifndef SCREENSAVERANIMPLUGINCONST_H
-#define SCREENSAVERANIMPLUGINCONST_H
-
-// Feature IDs.
-enum 
-    {
-    // Remove Back Light Setting
-    EAnimPluginBacklightRemoved,
-
-    /*Insert new item here*/
-
-    // last feature should be max value
-    KAnimPluginMaxFeatureID
-    };
-
-/**
-*******************************************************************************
-* Following constants are shared between PLSN. The three constants need to be 
-* sychronized in both PLSN and Screensaver Animation plugin projects when each
-* has changes. 
-*******************************************************************************
-*/
-// Same definition as in PslnVariationPrivateCRKeys.h 
-const TUid KCRUidThemesVariation = { 0x102818EB };
-
-
-/**
-* Specifies the bitmask for Themes applications locally variated features.
-* 
-* Possible values are defined in PslnVariant.hrh.
-*/
-const TUint32 KThemesLocalVariation       = 0x00000001;
-
-
-// Same definition as in pslnvariant.hrh
-// Removes screensaver animation plugin's timeout setting. 
-// Bitmask value in decimals: 256.
-#define KScreenSaverRemoveAnimPluginTimeout 0x00000100
-
-
-#endif // SCREENSAVERANIMPLUGINCONST_H
-// End Of file