equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
18 #ifndef __BLDCODELINE_HRH |
19 #ifndef __BLDCODELINE_HRH |
19 #define __BLDCODELINE_HRH |
20 #define __BLDCODELINE_HRH |
20 |
21 |
21 |
22 |
22 /** #RD_32_BROWSER |
23 /** #RD_32_BROWSER |
56 |
57 |
57 /** #RD_ALF_IN_PLATFORM |
58 /** #RD_ALF_IN_PLATFORM |
58 Flag enables ui accelerator toolkit development. |
59 Flag enables ui accelerator toolkit development. |
59 */ |
60 */ |
60 #define RD_ALF_IN_PLATFORM |
61 #define RD_ALF_IN_PLATFORM |
|
62 |
|
63 /** #ALF_USE_OPENWF_COMPOSITION |
|
64 Bug 1391 - UI Acceleration migration to OpenWF |
|
65 */ |
|
66 #define ALF_USE_OPENWF_COMPOSITION |
|
67 |
61 |
68 |
62 /** #RD_ALR_AND_NLR_ENABLERS |
69 /** #RD_ALR_AND_NLR_ENABLERS |
63 Enables Application and Network Level Roaming. |
70 Enables Application and Network Level Roaming. |
64 */ |
71 */ |
65 #undef RD_ALR_AND_NLR_ENABLERS |
72 #undef RD_ALR_AND_NLR_ENABLERS |
583 #undef RD_IHL_EXTJPEGAPI |
590 #undef RD_IHL_EXTJPEGAPI |
584 |
591 |
585 /** #RD_IMAGEPREVIEW |
592 /** #RD_IMAGEPREVIEW |
586 ImageViewer's ImagePreview API and DLL are available in release. |
593 ImageViewer's ImagePreview API and DLL are available in release. |
587 */ |
594 */ |
588 #define RD_IMAGEPREVIEW |
595 #undef RD_IMAGEPREVIEW |
589 |
596 |
590 /** #RD_IMAGINGCONFIGMANAGER |
597 /** #RD_IMAGINGCONFIGMANAGER |
591 Flag to include/exclude Imaging Configuration Manager component. |
598 Flag to include/exclude Imaging Configuration Manager component. |
592 */ |
599 */ |
593 #undef RD_IMAGINGCONFIGMANAGER |
600 #undef RD_IMAGINGCONFIGMANAGER |
1412 RD flag for development of new XML Engine APIs. |
1419 RD flag for development of new XML Engine APIs. |
1413 */ |
1420 */ |
1414 #define RD_XML_ENGINE_API_CHANGE |
1421 #define RD_XML_ENGINE_API_CHANGE |
1415 |
1422 |
1416 |
1423 |
1417 #endif // __BLDCODELINE_HRH |
1424 #endif // __BLDCODELINE_HRH |