equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2006 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: Switches sets of the RubyDebug options. |
|
15 * @warning DO NOT change the file. At least DO NOT check in the modified version. |
|
16 * Variants should be switched by replacing the whole rubydebugconfigselector.h |
|
17 * with the help of a Synergy task. |
|
18 * %version: 3 % |
|
19 * |
|
20 */ |
|
21 |
|
22 |
|
23 |
|
24 #ifndef RUBYDEBUGCONFIGSELECTOR_H |
|
25 #define RUBYDEBUGCONFIGSELECTOR_H |
|
26 |
|
27 |
|
28 // CONSTANTS |
|
29 |
|
30 /** |
|
31 * If defined, rubydebug will be tuned with a set of options designed for external users |
|
32 * Typically it means showing all the warnings for hardware builds and only errors for the |
|
33 * SW builds |
|
34 * |
|
35 * If not defined, rubydebug will be tuned for the internal Multimodal UI team development. |
|
36 * Typically it means all the warnings always enabled |
|
37 * |
|
38 * The meaning of the variant is defined in the rubydebugcfg.h |
|
39 * @warning DO NOT change the line. At least DO NOT check in the modified version. |
|
40 * Variants should be switched by replacing the whole rubydebugconfigselector.h |
|
41 * with the help of a Synergy task. |
|
42 * |
|
43 */ |
|
44 //#define RUBY_EXTERNAL_VARIANT |
|
45 |
|
46 #endif // RUBYDEBUGCONFIGSELECTOR_H |
|
47 |
|
48 // End of File |
|