equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * Zhiqiang Yang <zhiqiang.yang@nokia.com> |
|
14 * |
|
15 * Description: |
|
16 * The common header file of filemanager |
|
17 */ |
|
18 |
|
19 #ifndef FMCOMMON_H |
|
20 #define FMCOMMON_H |
|
21 |
|
22 // MACRO for enable actions for change orientation |
|
23 // #define FM_CHANGE_ORIENT_ENABLE |
|
24 |
|
25 // MACRO for launch find view quickly from driver view and search "b" in "c:\ruby" |
|
26 //#define _DEBUG_SPEED_FINDVIEW_ |
|
27 |
|
28 //#define _DEBUG_ENABLE_FORMATMENU_ |
|
29 |
|
30 |
|
31 // MARCO for hide d, z, folder except C:\data in windows for debug |
|
32 //#define _DEBUG_HIDE_VIEWFOLDER_WINDOWS_ |
|
33 |
|
34 //#define _DEBUG_LOG_ENABLE_ |
|
35 |
|
36 //used to test drive hide which drive could be listed but not available |
|
37 //#define _DEBUG_DISABLE_DRIVE_D_TEST_DRIVEHIDE_ |
|
38 |
|
39 |
|
40 #include "fmlogger.h" |
|
41 #include "fmdefine.h" |
|
42 |
|
43 |
|
44 |
|
45 #endif |