Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
authorWilliam Roberts <williamr@symbian.org>
Fri, 16 Jul 2010 18:15:12 +0100
changeset 117 cc566ae45bab
parent 113 f3c3c510a760
child 122 5fabdb30d001
Add wstfxconst.h file, to satisfy missing dependencies - Bug 3283
windowing/windowserver/group/openwfc/BLD.INF
windowing/windowserver/inc/Graphics/wstfxconst.h
--- a/windowing/windowserver/group/openwfc/BLD.INF	Tue Jul 13 17:02:10 2010 +0100
+++ b/windowing/windowserver/group/openwfc/BLD.INF	Fri Jul 16 18:15:12 2010 +0100
@@ -92,6 +92,9 @@
 
 ../../inc/Graphics/wsdrawresource.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsdrawresource.h)
 
+// Workaround for Bug 3283
+../../inc/Graphics/wstfxconst.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wstfxconst.h)
+
 #ifdef SYMBIAN_BUILD_GCE
 //Surface support
 ../../inc/Graphics/surfaceconfiguration.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/surfaceconfiguration.h)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/windowing/windowserver/inc/Graphics/wstfxconst.h	Fri Jul 16 18:15:12 2010 +0100
@@ -0,0 +1,27 @@
+// Copyright (c) 2010 Symbian Foundation Ltd
+// 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:
+// Symbian Foundation - initial contribution.
+//
+// Contributors:
+//
+
+#ifndef __WS_TFXCONST_H__
+#define __WS_TFXCONST_H__
+
+// workaround for Bug 3283
+enum 
+{
+	ETfxIncomingTakesPriority,
+	ETfxActionStart,
+	ETfxActionShutDown,
+	ETfxActionSwitching,
+	ETfxPurposeDesktopWindow
+};
+
+#endif