0
|
1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// \f32\group\f32.mmh
|
|
15 |
// Generic header file that is included to every *.mmp file within f32 component
|
|
16 |
// The SYMBIAN_TRACE_SYSTEM_INCLUDE macro is used to switch between functional and
|
|
17 |
// stubbed out trace points
|
|
18 |
// The SYMBIAN_TRACE_SYSTEM_INCLUDE macro flag is intended to be setup in the
|
|
19 |
// variant .HRH to determine the whether trace points are stubbed out across the
|
|
20 |
// system by default or not.
|
|
21 |
// The definition of system wide inclusion or exclusion of tracing
|
|
22 |
// is done here for now, but once the project is released on MCL the official variability
|
|
23 |
// procedures will be put in place.
|
|
24 |
//
|
|
25 |
//
|
|
26 |
|
|
27 |
#define SYMBIAN_TRACE_SYSTEM_INCLUDE
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
|
|
37 |
|
|
38 |
|
|
39 |
|
|
40 |
|