equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2007 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 * |
|
14 * Description: Common header for Phonebook application configuration. |
|
15 * Contains macros for compilation. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef VPBKCONFIG_MMP |
|
21 #define VPBKCONFIG_MMP |
|
22 |
|
23 #include "../inc/VPbkConfig.hrh" |
|
24 |
|
25 // MACROS |
|
26 |
|
27 /** |
|
28 * Enable phonebook debug print logging |
|
29 */ |
|
30 //macro VPBK_ENABLE_DEBUG_PRINT |
|
31 |
|
32 //////////////////////////////////////////////////////////// |
|
33 // Debug variants |
|
34 |
|
35 #ifdef VPBK_ENABLE_DEBUG_LOGGER |
|
36 LIBRARY flogger.lib |
|
37 #endif // VPBK_ENABLE_DEBUG_LOGGER |
|
38 |
|
39 #endif // VPBKCONFIG_MMP |
|
40 |
|
41 // End of File |