filemanager/src/inc/fmcommon.h
changeset 14 1957042d8c7e
child 16 ada7962b4308
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/filemanager/src/inc/fmcommon.h	Fri Apr 16 14:53:38 2010 +0300
@@ -0,0 +1,45 @@
+/*
+* Copyright (c) 2009 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:
+*     Zhiqiang Yang <zhiqiang.yang@nokia.com>
+* 
+* Description:
+*     The common header file of filemanager
+*/
+
+#ifndef FMCOMMON_H
+#define FMCOMMON_H
+
+// MACRO for enable actions for change orientation
+// #define FM_CHANGE_ORIENT_ENABLE
+
+// MACRO for launch find view quickly from driver view and search "b" in "c:\ruby"
+//#define _DEBUG_SPEED_FINDVIEW_
+
+//#define _DEBUG_ENABLE_FORMATMENU_
+
+
+// MARCO for hide d, z, folder except C:\data in windows for debug
+//#define _DEBUG_HIDE_VIEWFOLDER_WINDOWS_
+
+//#define _DEBUG_LOG_ENABLE_
+
+//used to test drive hide which drive could be listed but not available
+//#define _DEBUG_DISABLE_DRIVE_D_TEST_DRIVEHIDE_
+
+
+#include "fmlogger.h"
+#include "fmdefine.h"
+
+
+
+#endif