/*
* 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:
*
*
* Description:
* The header file of the file manager
*/
#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_
//used to test locked drive
// #define _DEBUG_LOCKED_DRIVE_Z
#include "fmlogger.h"
#include "fmdefine.h"
#endif