filemanager/src/inc/fmcommon.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 18:03:11 +0300
changeset 29 b3155376f2b4
parent 24 1d0c87b42e2e
child 41 fc4654ce4fcb
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

/*
* 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