|
1 /* |
|
2 * Copyright (c) 2002 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 the License "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 * This file contains all the declarations to variate locally |
|
16 * whole Messaging subsystem |
|
17 * |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 #ifndef BROWSERENGINEVARIANT_HRH |
|
23 #define BROWSERENGINEVARIANT_HRH |
|
24 |
|
25 |
|
26 /* |
|
27 * Comment the meaning of the each setting value here well !! |
|
28 * What is the SD file and setting used for values, e.g. |
|
29 */ |
|
30 |
|
31 // BrowserEngine related values are in 0x101F861B.ini |
|
32 //setting "R-BrEng" |
|
33 |
|
34 //For furure usage. N.B we use the defines for masking out the setting |
|
35 //#define KBrowserAnotherFeat 0x01 |
|
36 |
|
37 |
|
38 |
|
39 // If, for some good reason, you need compile time variation per |
|
40 // release use the release flags. This file is the only place to use the |
|
41 // release flags ! However, think hard why you can not use SD setting !!! |
|
42 // |
|
43 #if defined (__SERIES60_20__) |
|
44 //const TInt KSomeCompileTimeConstantValue = 1; |
|
45 #elif defined (____SERIES60_21__) |
|
46 //const TInt KSomeCompileTimeConstantValue = 2; |
|
47 #endif |
|
48 |
|
49 #endif // BROWSERENGINEVARIANT_HRH |