equal
deleted
inserted
replaced
|
1 // |
|
2 // Copyright (c) 2005-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 // |
|
14 // Description: |
|
15 // Conditional includes for All capabilities and TEF LITE |
|
16 // |
|
17 |
|
18 // Uncomment these lines for an All Capability build |
|
19 //#if !defined (TEF_ALL_CAP) |
|
20 //#define TEF_ALL_CAP |
|
21 //#endif |
|
22 |
|
23 //Uncomment these lines for a TEF LITE build |
|
24 //#if !defined (TEF_LITE_VERSION) |
|
25 //#define TEF_LITE_VERSION |
|
26 //MACRO TEF_LITE |
|
27 //#endif |
|
28 |
|
29 // Uncomment these lines to make the logger session available by all threads within a process |
|
30 //#if !defined (TEF_SHARE_AUTO_VERSION) |
|
31 //#define TEF_SHARE_AUTO_VERSION |
|
32 //MACRO TEF_SHARE_AUTO |
|
33 //#endif |