author | Dario Sestito <darios@symbian.org> |
Wed, 05 May 2010 18:44:00 +0100 | |
branch | RCL_3 |
changeset 38 | 5e51efe126e0 |
parent 22 | b77d8c56ce42 |
permissions | -rw-r--r-- |
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
/* |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
* All rights reserved. |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
8 |
* |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
11 |
* |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
12 |
* Contributors: |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
13 |
* |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
14 |
* Description: |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
15 |
* |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
16 |
*/ |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
18 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
19 |
#ifdef FF_3D_RINGING_TONES |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
20 |
KFeatureId3DRingingTones, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
21 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
22 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
23 |
#ifdef FF_3G_CELLBROADCAST |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
24 |
KFeatureIdFf3gCellbroadcast, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
25 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
26 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
27 |
#ifdef FF_ABC_AGRESSIVE_UI |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
28 |
KFeatureIdFfAbcAgressiveUi, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
29 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
30 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
31 |
#ifdef FF_ADAPTIVE_WLAN_SCANNING_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
32 |
KFeatureIdFfAdaptiveWlanScanningSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
33 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
34 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
35 |
#ifdef FF_ADDITIONAL_FONTS |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
36 |
KFeatureIdFfAdditionalFonts, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
37 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
38 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
#ifdef FF_AI_WLANSNIFFER_WIDGET |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
40 |
KFeatureIdFfAiWlansnifferWidget, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
42 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
43 |
#ifdef FF_ALTERNATIVE_CALL_WAITING_TONE |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
44 |
KFeatureIdFfAlternativeCallWaitingTone, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
45 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
46 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
47 |
#ifdef FF_ARABIC_HANDWRITING_RECOGNITION_INPUT |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
48 |
KFeatureIdArabicHandwritingRecognitionInput, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
49 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
50 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
51 |
#ifdef FF_ASYNCH_FILE_SAVE_QUEUE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
52 |
KFeatureIdAsynchFileSaveQueue, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
53 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
54 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
55 |
#ifdef FF_AUDT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
56 |
KFeatureIdFfAudt, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
57 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
58 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
59 |
#ifdef FF_AUTOMOTIVESTACK |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
60 |
KFeatureIdFfAutomotivestack, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
61 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
62 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
63 |
#ifdef FF_AUTO_REDIAL_FOR_VIDEO_CALL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
64 |
KFeatureIdAutoRedialForVideoCall, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
65 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
66 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
67 |
#ifdef FF_AVKON_EMOTION_ICON_ENABLED |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
68 |
KFeatureIdFfAvkonEmotionIconEnabled, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
69 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
70 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
71 |
#ifdef FF_BIRTHDAY_IMPROVEMENT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
72 |
KFeatureIdFfBirthdayImprovement, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
73 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
74 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
75 |
#ifdef FF_BLUETOOTH_DATA_PROFILES_DISABLED |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
76 |
KFeatureIdFfBluetoothDataProfilesDisabled, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
77 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
78 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
79 |
#ifdef FF_BLUETOOTH_DISABLED |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
80 |
KFeatureIdFfBluetoothDisabled, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
81 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
82 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
83 |
#ifdef FF_BROWSER_PROGRESSIVE_DOWNLOAD |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
84 |
KFeatureIdBrowserProgressiveDownload, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
85 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
86 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
87 |
#ifdef FF_CALENDAR_DAY_VIEW |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
88 |
KFeatureIdFfCalDayView, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
89 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
90 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
91 |
#ifdef FF_CALENDAR_SCROLLABLE_PREVIEW |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
92 |
KFeatureIdFfCalScrollablePreview, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
93 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
94 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
95 |
#ifdef FF_CAL_MEETING_REQUEST_UI |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
96 |
KFeatureIdFfCalMeetingRequestUi, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
97 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
98 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
99 |
#ifdef FF_CAPACITIVE_DISPLAY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
100 |
KFeatureIdFfCapacitiveDisplay, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
101 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
102 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
103 |
#ifdef FF_CHINESE_FONTS_HIRES |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
104 |
KFeatureIdChineseFontsHires, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
105 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
106 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
107 |
#ifdef FF_CHINESE_SELECTION_KEY |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
108 |
KFeatureIdFfChineseSelectionKey, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
109 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
110 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
111 |
#ifdef FF_CLOCK_MULTIPROCOL_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
112 |
KFeatureIdFfClockMultiprocolSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
113 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
114 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
115 |
#ifdef FF_CMAIL_INTEGRATION |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
116 |
KFeatureIdFfCmailIntegration, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
117 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
118 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
119 |
#ifdef FF_COMMSDAT_CREATION_FROM_XML |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
120 |
KFeatureIdCommsDatCreationFromXml, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
121 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
122 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
123 |
#ifdef FF_CONNECTION_OVERRIDE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
124 |
KFeatureIdFfConnectionOverride, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
125 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
126 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
127 |
#ifdef FF_CONTACTS_COMPANY_NAMES |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
128 |
KFeatureIdFfContactsCompanyNames, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
129 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
130 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
131 |
#ifdef FF_CONTACTS_MERGE |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
132 |
KFeatureIdFfContactsMerge, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
133 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
134 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
135 |
#ifdef FF_CONTACTS_MYCARD |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
136 |
KFeatureIdffContactsMycard, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
137 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
138 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
139 |
#ifdef FF_CONTACTS_NICKNAME |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
140 |
KFeatureIdFfContactsNickname, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
141 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
142 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
143 |
#ifdef FF_CONTACTS_PREDICTIVE_SEARCH |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
144 |
KFeatureIdFfContactsPredictiveSearch, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
145 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
146 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
147 |
#ifdef FF_CONTACTS_REMOTE_LOOKUP |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
148 |
KFeatureIdFfContactsRemoteLookup, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
149 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
150 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
151 |
#ifdef FF_CONTACTS_SOCIAL |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
152 |
KFeatureIdFfContactsSocial, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
153 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
154 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
155 |
#ifdef FF_CONTEXT_PROFILES |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
156 |
KFeatureIdFfContextProfiles, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
157 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
158 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
159 |
#ifdef FF_DEVICE_ENCRYPTION_FEATURE |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
160 |
KFeatureIdFfDeviceEncryptionFeature, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
161 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
162 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
163 |
#ifdef FF_DISABLE_OMA_SUPL_V2 |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
164 |
KFeatureIdFfDisableOmaSuplV2, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
165 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
166 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
167 |
#ifdef FF_DM_CONNMO_ADAPTER |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
168 |
KFeatureIdFfDmConnmoAdapter, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
169 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
170 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
171 |
#ifdef FF_DM_INSTALL_SECURITY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
172 |
KFeatureIdDmInstallSecurity, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
173 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
174 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
175 |
#ifdef FF_DUAL_LANGUAGE_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
176 |
KFeatureIdFfDualLanguageSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
177 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
178 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
179 |
#ifdef FF_DUAL_MODEM |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
180 |
KFeatureIdDualModem, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
181 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
182 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
183 |
#ifdef FF_EMAIL_FRAMEWORK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
184 |
KFeatureIdFfEmailFramework, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
185 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
186 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
187 |
#ifdef FF_EMAIL_FULLSCREENVIEWER |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
188 |
KFeatureIdFfEmailFullscreenviewer, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
189 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
190 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
191 |
#ifdef FF_EMAIL_IPS_SERVICES |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
192 |
KFeatureIdFfEmailIpsServices, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
193 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
194 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
195 |
#ifdef FF_EMAIL_MCE_INTEGRATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
196 |
KFeatureIdEmailMceIntegration, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
197 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
198 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
199 |
#ifdef FF_EMAIL_PREDICTIVESEARCH |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
200 |
KFeatureIdFfEmailPredictivesearch, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
201 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
202 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
203 |
#ifdef FF_EMAIL_PROTOCOL_PLUGINS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
204 |
KFeatureIdFfEmailProtocolPlugins, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
205 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
206 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
207 |
#ifdef FF_EMAIL_UI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
208 |
KFeatureIdFfEmailUi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
209 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
210 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
211 |
#ifdef FF_EMAIL_UI_SPLITSCREEN |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
212 |
KFeatureIdFfEmailUiSplitscreen, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
213 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
214 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
215 |
#ifdef FF_ENABLE_ISI_COMMUNICATION_IN_USB_CHARGING_MODE |
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
216 |
KFeatureIdEnableIsiCommunicationInUsbChargingMode, |
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
217 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
218 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
219 |
#ifdef FF_ENHANCED_CALENDAR_EVENT_UI |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
220 |
KFeatureIdFfEnhancedCalendarEventUi, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
221 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
222 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
223 |
#ifdef FF_FARSI_CALENDAR |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
224 |
KFeatureIdFfFarsiCalendar, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
225 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
226 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
227 |
#ifdef FF_FMTX |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
228 |
KFeatureIdFmtx, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
229 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
230 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
231 |
#ifdef FF_FMTX_RDS_TEXT |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
232 |
KFeatureIdFfFmtxRdsText, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
233 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
234 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
235 |
#ifdef FF_FOTA_CHECK_LIMITATION |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
236 |
KFeatureIdFfFotaCheckLimitation, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
237 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
238 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
239 |
#ifdef FF_FULLSCR_HWR_INPUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
240 |
KFeatureIdFullscrHwrInput, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
241 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
242 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
243 |
#ifdef FF_GENERIC_ACCESS_NETWORK |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
244 |
KFeatureIdFfGenericAccessNetwork, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
245 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
246 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
247 |
#ifdef FF_GENERIC_FONTS_ASSETS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
248 |
KFeatureIdFfGenericFontsAssets, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
249 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
250 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
251 |
#ifdef FF_HDMI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
252 |
KFeatureIdFfHdmi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
253 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
254 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
255 |
#ifdef FF_HELP_TUTORIAL_MERGE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
256 |
KFeatureIdFfHelpTutorialMerge, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
257 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
258 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
259 |
#ifdef FF_HIJRI_CALENDAR |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
260 |
KFeatureIdFfHijriCalendar, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
261 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
262 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
263 |
#ifdef FF_HITCHCOCK_APP_SHELL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
264 |
KFeatureIdHitchcockAppShell, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
265 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
266 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
267 |
#ifdef FF_HOMESCREEN_SWITCHABLE_ROOT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
268 |
KFeatureIdFfHomescreenSwitchableRoot, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
269 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
270 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
271 |
#ifdef FF_IAUPDATE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
272 |
KFeatureIdIAUpdate, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
273 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
274 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
275 |
#ifdef FF_IAUPDATE_PHASE2 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
276 |
KFeatureIdFfIaupdatePhase2, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
277 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
278 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
279 |
#ifdef FF_IMAGE_EDITOR |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
280 |
KFeatureIdFfImageEditor, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
281 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
282 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
283 |
#ifdef FF_INPUTS_PER_ORIENTATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
284 |
KFeatureIdFfInputsPerOrientation, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
285 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
286 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
287 |
#ifdef FF_INTELLIGENT_TEXT_INPUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
288 |
KFeatureIdFfIntelligentTextInput, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
289 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
290 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
291 |
#ifdef FF_IPSEC_UMA_SUPPORT_ENABLE |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
292 |
KFeatureIdFfIpsecUmaSupportEnable, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
293 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
294 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
295 |
#ifdef FF_ITI_VIRTUAL_TOUCH_FIRST_GENERATION_SUPPORT |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
296 |
KFeatureIdFfItiVirtualTouchFirstGenerationSupport, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
297 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
298 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
299 |
#ifdef FF_JAVA_GLOBAL_INDICATORS_API |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
300 |
KFeatureIdFfJavaGlobalIndicatorsApi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
301 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
302 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
303 |
#ifdef FF_KEYPAD_NO_SEND_KEY |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
304 |
KFeatureIdFfKeypadNoSendKey, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
305 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
306 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
307 |
#ifdef FF_KOREAN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
308 |
KFeatureIdKorean, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
309 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
310 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
311 |
#ifdef FF_LAYOUT_480_640_VGA3 |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
312 |
KFeatureIdFfLayout480640Vga3, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
313 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
314 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
315 |
#ifdef FF_LAYOUT_640_480_VGA3 |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
316 |
KFeatureIdFfLayout640480Vga3, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
317 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
318 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
319 |
#ifdef FF_LIMITED_MESSAGE_AND_ALARM_TONE_SIZE |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
320 |
KFeatureIdFfLimitedMessageAndAlarmToneSize, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
321 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
322 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
323 |
#ifdef FF_LINKED_FONTS_CHINESE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
324 |
KFeatureIdFfLinkedFontsChinese, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
325 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
326 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
327 |
#ifdef FF_LOCATION_MW_APE_CENTRIC_ARCH_SUPPORT |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
328 |
KFeatureIdFfLocationMwApeCentricArchSupport, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
329 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
330 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
331 |
#ifdef FF_MECO_XMPP |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
332 |
KFeatureIdFfMecoXmpp, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
333 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
334 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
335 |
#ifdef FF_MEETING_REQUEST_UI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
336 |
KFeatureIdFfMeetingRequestUi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
337 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
338 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
339 |
#ifdef FF_MENU_TEXTURE_PRELOADING |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
340 |
KFeatureIdFfMenuTexturePreloading, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
341 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
342 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
343 |
#ifdef FF_MTP_CONTROLLER |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
344 |
KFeatureIdS60MtpController, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
345 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
346 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
347 |
#ifdef FF_NCD_ENGINE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
348 |
KFeatureIdFfNcdEngine, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
349 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
350 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
351 |
#ifdef FF_NCD_UI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
352 |
KFeatureIdFfNcdUi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
353 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
354 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
355 |
#ifdef FF_NEAR_FIELD_COMMUNICATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
356 |
KFeatureIdNfc, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
357 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
358 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
359 |
#ifdef FF_NLT_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
360 |
KFeatureIdNltSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
361 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
362 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
363 |
#ifdef FF_NO_CUG_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
364 |
KFeatureIdFfNoCugSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
365 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
366 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
367 |
#ifdef FF_NO_IDLE_SOFTKEYS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
368 |
KFeatureIdNoIdleSoftkeys, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
369 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
370 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
371 |
#ifdef FF_ODE_COPYRIGHT_NOTICE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
372 |
KFeatureIdFfOdeLegalNotice, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
373 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
374 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
375 |
#ifdef FF_OFN_FEATURE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
376 |
KFeatureIdFfOfnFeature, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
377 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
378 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
379 |
#ifdef FF_OMADRM1_FULL_SUPPORT |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
380 |
KFeatureIdFfOmadrm1FullSupport, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
381 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
382 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
383 |
#ifdef FF_OMADRM2_SUPPORT |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
384 |
KFeatureIdFfOmadrm2Support, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
385 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
386 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
387 |
#ifdef FF_OMA_SCOMO_ADAPTER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
388 |
KFeatureIdFfOmaScomoAdapter, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
389 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
390 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
391 |
#ifdef FF_OSS_LEGAL_NOTICE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
392 |
KFeatureIdFfOssLegalNotice, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
393 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
394 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
395 |
#ifdef FF_PLAYREADY_SUPPORT |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
396 |
KFeatureIdFfPlayreadySupport, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
397 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
398 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
399 |
#ifdef FF_PNPMS_PROV_FILTER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
400 |
KFeatureIdFfPnpmsProvFilter, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
401 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
402 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
403 |
#ifdef FF_PNPMS_SERVICE_HELP_PLUGIN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
404 |
KFeatureIdPnpmsServiceHelpPlugin, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
405 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
406 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
407 |
#ifdef FF_POWER_SAVE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
408 |
KFeatureIdPowerSave, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
409 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
410 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
411 |
#ifdef FF_PREMINET_CATALOGS_CLIENT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
412 |
KFeatureIdPreminetCatalogsClient, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
413 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
414 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
415 |
#ifdef FF_PROV_AUTHTYPE_PLUGIN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
416 |
KFeatureIdProvAuthtypePlugin, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
417 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
418 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
419 |
#ifdef FF_QT |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
420 |
KFeatureIdFfQt, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
421 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
422 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
423 |
#ifdef FF_QWERTY_FN_KEY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
424 |
KFeatureIdQwertyFnKey, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
425 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
426 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
427 |
#ifdef FF_ROCKER_KEY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
428 |
KFeatureIdRockerKey, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
429 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
430 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
431 |
#ifdef FF_RUNTIME_DEVICE_CAPABILITY_CONFIGURATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
432 |
KFeatureIdFfRuntimeDeviceCapabilityConfiguration, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
433 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
434 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
435 |
#ifdef FF_SELECTABLE_EMAIL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
436 |
KFeatureIdSelectableEmail, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
437 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
438 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
439 |
#ifdef FF_SIDESLIDER_SUPPORT |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
440 |
KFeatureIdFfSidesliderSupport, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
441 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
442 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
443 |
#ifdef FF_SIM_CONSECUTIVE_6F00_ERRORS_HANDLING |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
444 |
KFeatureIdFfSimConsecutive6f00ErrorsHandling, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
445 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
446 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
447 |
#ifdef FF_SIP_APN_SWITCHING |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
448 |
KFeatureIdFfSipApnSwitching, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
449 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
450 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
451 |
#ifdef FF_SIP_CUSTOM_PDP_HANDLING |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
452 |
KFeatureIdFfSipCustomPdpHandling, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
453 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
454 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
455 |
#ifdef FF_SMALL_SCREEN_TOUCH |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
456 |
KFeatureIdFfSmallScreenTouch, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
457 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
458 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
459 |
#ifdef FF_STARTUP_OMA_DM_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
460 |
KFeatureStartupOmaDmSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
461 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
462 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
463 |
#ifdef FF_STROKE_INPUTMODE_IN_TAIWAN |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
464 |
KFeatureIdFfStrokeInputmodeInTaiwan, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
465 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
466 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
467 |
#ifdef FF_SUPL_IMSI_GENERATED_SERVER_PRIORITY_DEFAULT |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
468 |
KFeatureIdFfSuplImsiGeneratedServerPriorityDefault, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
469 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
470 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
471 |
#ifdef FF_SYNCML_STATUS_EXTENDED_ERROR_CODES |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
472 |
KFeatureIdFfSyncmlStatusExtendedErrorCodes, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
473 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
474 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
475 |
#ifdef FF_TACTICONS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
476 |
KFeatureIdFfTacticons, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
477 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
478 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
479 |
#ifdef FF_TACTILE_FEEDBACK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
480 |
KFeatureIdTactileFeedback, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
481 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
482 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
483 |
#ifdef FF_TARM_CAPABILITY_BASED_ACCESS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
484 |
KFeatureIdFfTarmCapabilityBasedAccess, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
485 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
486 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
487 |
#ifdef FF_TARM_CAPABILITY_CHECKING |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
488 |
KFeatureIdFfTarmCapabilityChecking, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
489 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
490 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
491 |
#ifdef FF_TCP_MYFAVES_FEATURE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
492 |
KFeatureIdTcpMyfavesFeature, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
493 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
494 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
495 |
#ifdef FF_TCP_MYPROFILE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
496 |
KFeatureIdFfTcpMyprofile, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
497 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
498 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
499 |
#ifdef FF_TD_CLMContactReplicationFromPhonebookToUSIMCard |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
500 |
KFeatureIdFfTdClmcontactreplicationfromphonebooktousimcard, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
501 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
502 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
503 |
#ifdef FF_TD_CMCCATCommandsSupport |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
504 |
KFeatureIdFfTdCmccatcommandssupport, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
505 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
506 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
507 |
#ifdef FF_TD_CMCCPIMPromptServerFullWhenReceive420StatusCodeFromServer |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
508 |
KFeatureIdFfTdCmccpimpromptserverfullwhenreceive420statuscodefromserver, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
509 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
510 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
511 |
#ifdef FF_TD_CMCCPIMSynchronizationProgressIndicatorUI |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
512 |
KFeatureIdFfTdCmccpimsynchronizationprogressindicatorui , |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
513 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
514 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
515 |
#ifdef FF_TD_SCDMA |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
516 |
KFeatureIdFfTdScdma, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
517 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
518 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
519 |
#ifdef FF_TD_SCDMA_FORBIDDENOPERATORICONDISPLAY |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
520 |
KFeatureIdFfTdScdmaForbiddenoperatoricondisplay, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
521 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
522 |
|
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
523 |
#ifdef FF_TD_SCDMA_VIDEOCALL_KEY |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
524 |
KFeatureIdFfTdScdmaVideocallKey, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
525 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
526 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
527 |
#ifdef FF_TOUCHSCREENCALIB_IN_STARTUP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
528 |
KFeatureIdTouchscreencalibInStartup, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
529 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
530 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
531 |
#ifdef FF_TOUCH_UNLOCK_STROKE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
532 |
KFeatureIdFfTouchUnlockStroke, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
533 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
534 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
535 |
#ifdef FF_UPNP_FRAMEWORK_2_0 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
536 |
KFeatureIdUpnpFramework20, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
537 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
538 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
539 |
#ifdef FF_USB_CHARGING |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
540 |
KFeatureIdUsbCharging, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
541 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
542 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
543 |
#ifdef FF_USB_HOST |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
544 |
KFeatureIdUsbHost, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
545 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
546 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
547 |
#ifdef FF_USB_MODEM |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
548 |
KFeatureIdUsbModem, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
549 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
550 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
551 |
#ifdef FF_USE_EGPRS_ICON |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
552 |
KFeatureIdUseEGprsIcon, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
553 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
554 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
555 |
#ifdef FF_USE_NAVIKEY_FOR_VOLUME |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
556 |
KFeatureIdFfUseNavikeyForVolume, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
557 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
558 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
559 |
#ifdef FF_VIDEO_AUDIO_BRANDING |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
560 |
KFeatureIdFfVideoAudioBranding, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
561 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
562 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
563 |
#ifdef FF_VIDEO_EDITOR |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
564 |
KFeatureIdFfVideoEditor, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
565 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
566 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
567 |
#ifdef FF_VIRTUAL_FULLSCR_QWERTY_INPUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
568 |
KFeatureIdVirtualFullscrQwertyInput, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
569 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
570 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
571 |
#ifdef FF_VIRTUAL_ITUT_INPUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
572 |
KFeatureIdVirtualItutInput, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
573 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
574 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
575 |
#ifdef FF_VMBX_CALL_DIVERT_ICON |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
576 |
KFeatureIdVmbxCallDivertIcon, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
577 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
578 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
579 |
#ifdef FF_VOICE_CALL_CONTINUITY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
580 |
KFeatureIdFfVoiceCallContinuity, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
581 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
582 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
583 |
#ifdef FF_VPN_CLIENT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
584 |
KFeatureIdFfVpnClient, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
585 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
586 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
587 |
#ifdef FF_WEBVIDEO_PH2 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
588 |
KFeatureIdWebvideoPh2, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
589 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
590 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
591 |
#ifdef FF_WLAN_AUTHENTICATION_ONLY_SUPPORT |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
592 |
KFeatureIdFfWlanAuthenticationOnlySupport, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
593 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
594 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
595 |
#ifdef FF_WLAN_EXTENSIONS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
596 |
KFeatureIdFfWlanExtensions, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
597 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
598 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
599 |
#ifdef FF_WLAN_WAPI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
600 |
KFeatureIdFfWlanWapi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
601 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
602 |
|
22
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
603 |
#ifdef FF_WMDRM_DLA_SUPPORT |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
604 |
KFeatureIdFfWmdrmDlaSupport, |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
605 |
#endif |
b77d8c56ce42
Update publicruntimeids.hrh with latest set of defined uids, and add some more #undef flags to bldpublic.hrh
William Roberts <williamr@symbian.org>
parents:
1
diff
changeset
|
606 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
607 |
#ifdef SYMBIAN_INCLUDE_LOCATION_NPE_DSM |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
608 |
KFeatureIdSymbianIncludeLocationNpeDsm, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
609 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
610 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
611 |
#ifdef SYMBIAN_INCLUDE_LOCATION_SUPL_POS_INIT |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
612 |
KFeatureIdSymbianIncludeLocationSuplPosInit, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
613 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
614 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
615 |
#ifdef SYMBIAN_INCLUDE_LOCATION_SUPL_PROXY |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
616 |
KFeatureIdSymbianIncludeLocationSuplProxy, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
617 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
618 |
|
0
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
619 |
#ifdef __3D_MENU |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
620 |
KFeatureId3DMenu, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
621 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
622 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
623 |
#ifdef __3GP_EXTENTION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
624 |
KFeatureId3GpExtension, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
625 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
626 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
627 |
#ifdef __AAC_ENCODER_PLUGIN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
628 |
KFeatureIdAacEncoderPlugin, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
629 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
630 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
631 |
#ifdef __AAC_PLUS_DECODER_PLUGIN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
632 |
KFeatureIdAacPlusDecoderPlugin, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
633 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
634 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
635 |
#ifdef __ACTIVE_IDLE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
636 |
KFeatureIdActiveIdle, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
637 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
638 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
639 |
#ifdef __ALLOW_UPGRADE_HELIX |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
640 |
KFeatureIdAllowUpgradeHelix, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
641 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
642 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
643 |
#ifdef __APP_CSD_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
644 |
KFeatureIdAppCsdSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
645 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
646 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
647 |
#ifdef __AUDIO_EFFECTS_API |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
648 |
KFeatureIdAudioEffectsApi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
649 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
650 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
651 |
#ifdef __AUDIO_MESSAGING |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
652 |
KFeatureIdAudioMessaging, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
653 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
654 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
655 |
#ifdef __AUDIO_RESOURCE_INDICATIONS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
656 |
KFeatureIdAudioResourceIndications, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
657 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
658 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
659 |
#ifdef __AUTO_ACCESSORY_IDENTIFICATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
660 |
KFeatureIdAutoAccessoryIdentification, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
661 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
662 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
663 |
#ifdef __AVKON_APAC__ |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
664 |
KFeatureIdAvkonApac, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
665 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
666 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
667 |
#ifdef __AVKON_ELAF__ |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
668 |
KFeatureIdAvkonELaf, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
669 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
670 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
671 |
#ifdef __BASIC_LOCATION_INFO_DISPLAY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
672 |
KFeatureIdBasicLocationInfoDisplay, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
673 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
674 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
675 |
#ifdef __BASS_BOOST_EFFECT_UI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
676 |
KFeatureIdBassBoostEffectUi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
677 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
678 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
679 |
#ifdef __BRIGHTNESS_CONTROL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
680 |
KFeatureIdBrightnessControl, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
681 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
682 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
683 |
#ifdef __BROWSER_IMEI_NOTIFICATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
684 |
KFeatureIdBrowserIMEINotification, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
685 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
686 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
687 |
#ifdef __BTIC_BINARIES_CHECK_ENABLED |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
688 |
KFeatureIdBticBinariesCheckEnabled, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
689 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
690 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
691 |
#ifdef __BT_FAX_PROFILE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
692 |
KFeatureIdBtFaxProfile, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
693 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
694 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
695 |
#ifdef __BT_SAP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
696 |
KFeatureIdBtSap, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
697 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
698 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
699 |
#ifdef __CAMERA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
700 |
KFeatureIdCamera, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
701 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
702 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
703 |
#ifdef __CAMERA_FULLSCREEN_VIEWFINDER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
704 |
KFeatureIdCameraFullscreenViewfinder, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
705 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
706 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
707 |
#ifdef __CAMERA_LENS_COVER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
708 |
KFeatureIdCameraLensCover, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
709 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
710 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
711 |
#ifdef __CAMERA_LOCATION_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
712 |
KFeatureIdCameraLocationSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
713 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
714 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
715 |
#ifdef __CHINESE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
716 |
KFeatureIdChinese, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
717 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
718 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
719 |
#ifdef __CHINESE_PRC_FONTS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
720 |
KFeatureIdChinesePrcFonts, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
721 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
722 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
723 |
#ifdef __CHINESE_TAIWAN_HK_FONTS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
724 |
KFeatureIdChineseTaiwanHkFonts, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
725 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
726 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
727 |
#ifdef __COMMDB_PROTECTION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
728 |
KFeatureIdCommDBProtection, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
729 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
730 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
731 |
#ifdef __COVER_DISPLAY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
732 |
KFeatureIdCoverDisplay, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
733 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
734 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
735 |
#ifdef __CS_VIDEO_TELEPHONY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
736 |
KFeatureIdCsVideoTelephony, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
737 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
738 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
739 |
#ifdef __CUSTOMISED_RFS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
740 |
KFeatureIdCustomisedRFS, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
741 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
742 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
743 |
#ifdef __DEFAULT_CONNECTION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
744 |
KFeatureIdDefaultConnection, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
745 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
746 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
747 |
#ifdef __DRM |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
748 |
KFeatureIdDrm, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
749 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
750 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
751 |
#ifdef __DRM_CLOCK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
752 |
KFeatureIdDrmClock, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
753 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
754 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
755 |
#ifdef __DRM_FULL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
756 |
KFeatureIdDrmFull, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
757 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
758 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
759 |
#ifdef __DRM_OMA2 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
760 |
KFeatureIdDrmOma2, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
761 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
762 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
763 |
#ifdef __DRM_PHASE2 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
764 |
KFeatureIdDrmPhase2, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
765 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
766 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
767 |
#ifdef __EDIT_KEY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
768 |
KFeatureIdEditKey, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
769 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
770 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
771 |
#ifdef __EMAIL_OVER_SMS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
772 |
KFeatureIdEmailOverSms, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
773 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
774 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
775 |
#ifdef __EQUALIZER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
776 |
KFeatureIdEqualizer, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
777 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
778 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
779 |
#ifdef __FLASH_LITE_BROWSER_PLUGIN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
780 |
KFeatureIdFlashLiteBrowserPlugin, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
781 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
782 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
783 |
#ifdef __FLASH_LITE_VIEWER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
784 |
KFeatureIdFlashLiteViewer, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
785 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
786 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
787 |
#ifdef __FM_RADIO |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
788 |
KFeatureIdFmRadio, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
789 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
790 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
791 |
#ifdef __HANDWRITING_RECOGNITION_INPUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
792 |
KFeatureIdHandwritingRecognitionInput, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
793 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
794 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
795 |
#ifdef __HSXPA_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
796 |
KFeatureIdHsxpaSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
797 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
798 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
799 |
#ifdef __IM |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
800 |
KFeatureIdIm, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
801 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
802 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
803 |
#ifdef __IMAGE_VIEWER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
804 |
KFeatureIdImageViewer, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
805 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
806 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
807 |
#ifdef __IMPS_STANDALONE_IP_CIR |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
808 |
KFeatureIdImpsStandaloneIpCir, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
809 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
810 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
811 |
#ifdef __INCLUDE_AAC_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
812 |
KFeatureIdIncludeAacCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
813 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
814 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
815 |
#ifdef __INCLUDE_AMR_NB_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
816 |
KFeatureIdIncludeAmrNbCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
817 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
818 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
819 |
#ifdef __INCLUDE_AMR_WB_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
820 |
KFeatureIdIncludeAmrWbCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
821 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
822 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
823 |
#ifdef __INCLUDE_EAACPLUS_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
824 |
KFeatureIdIncludeEaacplusCmmfcodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
825 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
826 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
827 |
#ifdef __INCLUDE_MP3_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
828 |
KFeatureIdIncludeMp3CMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
829 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
830 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
831 |
#ifdef __INCLUDE_QCELP_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
832 |
KFeatureIdIncludeQcelpCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
833 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
834 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
835 |
#ifdef __IPSEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
836 |
KFeatureIdIpsec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
837 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
838 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
839 |
#ifdef __IRDA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
840 |
KFeatureIdIrda, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
841 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
842 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
843 |
#ifdef __JAPANESE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
844 |
KFeatureIdJapanese, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
845 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
846 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
847 |
#ifdef __JAPANESE_LARGER_DICTIONARY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
848 |
KFeatureIdJapaneseLargerDictionary, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
849 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
850 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
851 |
#ifdef __JAPANESE_PICTOGRAPHS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
852 |
KFeatureIdJapanesePicto, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
853 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
854 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
855 |
#ifdef __JAPAN_PREFIX_CHANGE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
856 |
KFeatureIdJapanPrefixChange, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
857 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
858 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
859 |
#ifdef __JAVA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
860 |
KFeatureIdJava, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
861 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
862 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
863 |
#ifdef __JAVA_STUBS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
864 |
KFeatureIdJavaStubs, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
865 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
866 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
867 |
#ifdef __LAYOUT208_208 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
868 |
KFeatureIdLayout208_208, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
869 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
870 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
871 |
#ifdef __LAYOUT_240_320 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
872 |
KFeatureIdLayout240_320, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
873 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
874 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
875 |
#ifdef __LAYOUT_240_320_LARGE_SCREEN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
876 |
KFeatureIdLayout240_320_LargeScreen, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
877 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
878 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
879 |
#ifdef __LAYOUT_240_320_QVGA3 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
880 |
KFeatureIdLayout240_320_QVGA3, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
881 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
882 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
883 |
#ifdef __LAYOUT_320_240 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
884 |
KFeatureIdLayout320_240, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
885 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
886 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
887 |
#ifdef __LAYOUT_320_240_LARGE_SCREEN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
888 |
KFeatureIdLayout320_240_LargeScreen, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
889 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
890 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
891 |
#ifdef __LAYOUT_320_240_QVGA3 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
892 |
KFeatureIdLayout320_240_QVGA3, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
893 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
894 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
895 |
#ifdef __LAYOUT_360_640_TOUCH |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
896 |
KFeatureIdLayout360_640_Touch, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
897 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
898 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
899 |
#ifdef __LAYOUT_640_360_TOUCH |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
900 |
KFeatureIdLayout640_360_Touch, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
901 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
902 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
903 |
#ifdef __LOCATIONGPSHW |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
904 |
KFeatureIdLocationGpsHw, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
905 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
906 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
907 |
#ifdef __LOCATION_CENTRE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
908 |
KFeatureIdLocationCentre, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
909 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
910 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
911 |
#ifdef __MACROMEDIA_FLASH_6 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
912 |
KFeatureIdMacromediaFlash6, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
913 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
914 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
915 |
#ifdef __MEDIA_TRANSFER_PROTOCOL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
916 |
KFeatureIdMediaTransferProtocol, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
917 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
918 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
919 |
#ifdef __MMS_NONDESTRUCTIVE_FORWARD |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
920 |
KFeatureIdMmsNonDestructiveForward, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
921 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
922 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
923 |
#ifdef __MMS_NOTIFICATIONS_VIEW |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
924 |
KFeatureIdMMSNotificationsView, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
925 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
926 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
927 |
#ifdef __MMS_POSTCARD |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
928 |
KFeatureIdMmsPostcard, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
929 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
930 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
931 |
#ifdef __MPEG4_AAC_ENCODING |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
932 |
KFeatureIdMpegAacEncoding, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
933 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
934 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
935 |
#ifdef __MPEG4_VIDEO_ENCODING |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
936 |
KFeatureIdMpeg4VideoEncoding, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
937 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
938 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
939 |
#ifdef __MRT_SDK_LIBRARIES |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
940 |
KFeatureIdMrtSdkLibraries, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
941 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
942 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
943 |
#ifdef __MTP_PROTOCOL_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
944 |
KFeatureIdMtpProtocolSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
945 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
946 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
947 |
#ifdef __NEWSTICKER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
948 |
KFeatureIdNewsticker, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
949 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
950 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
951 |
#ifdef __NO_POWERKEY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
952 |
KFeatureIdNoPowerkey, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
953 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
954 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
955 |
#ifdef __OCR |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
956 |
KFeatureIdOcr, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
957 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
958 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
959 |
#ifdef __OCR_HANWANG |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
960 |
KFeatureIdOcrHanwang, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
961 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
962 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
963 |
#ifdef __OCR_ROMDB |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
964 |
KFeatureIdOcrRomdb, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
965 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
966 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
967 |
#ifdef __OMA_POC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
968 |
KFeatureIdOmaPoc, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
969 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
970 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
971 |
#ifdef __ON_SCREEN_DIALER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
972 |
KFeatureIdOnScreenDialer, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
973 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
974 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
975 |
#ifdef __OPENGL_ES_3DAPI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
976 |
KFeatureIdOpenGLES3DApi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
977 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
978 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
979 |
#ifdef __OPENGL_ES_SW_IMPLEMENTATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
980 |
KFeatureIdOpenGLESSWImplementation, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
981 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
982 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
983 |
#ifdef __OPERATOR_CACHE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
984 |
KFeatureIdOperatorCache, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
985 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
986 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
987 |
#ifdef __OPERATOR_MENU |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
988 |
KFeatureIdOperatorMenu, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
989 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
990 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
991 |
#ifdef __PEN_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
992 |
KFeatureIdPenSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
993 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
994 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
995 |
#ifdef __PEN_SUPPORT_CALIBRATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
996 |
KFeatureIdPenSupportCalibration, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
997 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
998 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
999 |
#ifdef __PRESENCE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1000 |
KFeatureIdPresence, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1001 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1002 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1003 |
#ifdef __PRODUCT_REMCON_TSP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1004 |
KFeatureIdProductRemconTsp, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1005 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1006 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1007 |
#ifdef __PROTOCOL_WCDMA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1008 |
KFeatureIdProtocolWcdma, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1009 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1010 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1011 |
#ifdef __PROTOCOL_WLAN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1012 |
KFeatureIdProtocolWlan, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1013 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1014 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1015 |
#ifdef __QOS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1016 |
KFeatureIdQos, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1017 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1018 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1019 |
#ifdef __QVGA2_LAYOUT_IN_USE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1020 |
KFeatureIdQvga2LayoutInUse, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1021 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1022 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1023 |
#ifdef __QWERTY_INPUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1024 |
KFeatureIdQwertyInput, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1025 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1026 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1027 |
#ifdef __RSS_FEEDS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1028 |
KFeatureIdRssFeeds, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1029 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1030 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1031 |
#ifdef __RTP_STACK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1032 |
KFeatureIdRtpStack, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1033 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1034 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1035 |
#ifdef __RV9 |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1036 |
KFeatureIdRV9, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1037 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1038 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1039 |
#ifdef __S60_FM_RADIO_APPLICATION |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1040 |
KFeatureIdS60FmRadioApplication, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1041 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1042 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1043 |
#ifdef __SDND |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1044 |
KFeatureIdSdnd, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1045 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1046 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1047 |
#ifdef __SENDUI_MMS_UPLOAD |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1048 |
KFeatureIdSenduiMmsUpload, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1049 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1050 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1051 |
#ifdef __SEND_FILE_IN_CALL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1052 |
KFeatureIdSendFileInCall, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1053 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1054 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1055 |
#ifdef __SERIES60_AMBIENT_LIGHT_SENSOR |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1056 |
KFeatureIdAmbientLightSensor, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1057 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1058 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1059 |
#ifdef __SERIES60_HELP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1060 |
KFeatureIdHelp, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1061 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1062 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1063 |
#ifdef __SERIES60_KEYPAD_NO_SLIDER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1064 |
KFeatureIdKeypadNoSlider, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1065 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1066 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1067 |
#ifdef __SERIES60_KEYPAD_NO_VOICE_KEY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1068 |
KFeatureIdKeypadNoVoiceKey, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1069 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1070 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1071 |
#ifdef __SERIES60_LUNAR_CALENDAR |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1072 |
KFeatureIdLunarCalendar, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1073 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1074 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1075 |
#ifdef __SERIES60_NATIVE_BROWSER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1076 |
KFeatureIdSeries60NativeBrowser, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1077 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1078 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1079 |
#ifdef __SERIES60_PHONE_TTY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1080 |
KFeatureIdPhoneTty, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1081 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1082 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1083 |
#ifdef __SHOW_PANICS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1084 |
KFeatureIdShowPanics, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1085 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1086 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1087 |
#ifdef __SIDE_VOLUME_KEYS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1088 |
KFeatureIdSideVolumeKeys, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1089 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1090 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1091 |
#ifdef __SIND |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1092 |
KFeatureIdSind, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1093 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1094 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1095 |
#ifdef __SIP_SIMPLE_PRESENCE_PROTOCOL |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1096 |
KFeatureIdSipSimplePresenceProtocol, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1097 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1098 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1099 |
#ifdef __SLIDESHOW_SCREENSAVER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1100 |
KFeatureIdSlideshowScreensaver, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1101 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1102 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1103 |
#ifdef __STEREO_WIDENING_EFFECT_UI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1104 |
KFeatureIdStereoWideningEffectUi, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1105 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1106 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1107 |
#ifdef __SVGT_VIEWER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1108 |
KFeatureIdSvgtViewer, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1109 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1110 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1111 |
#ifdef __SYNCML_DM_DIAGNOSTICS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1112 |
KFeatureIdSyncMlDmDiagnostics, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1113 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1114 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1115 |
#ifdef __SYNCML_DM_FOTA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1116 |
KFeatureIdSyncMlDmFota, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1117 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1118 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1119 |
#ifdef __SYNCML_DM_IMPS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1120 |
KFeatureIdSyncMlDmImps, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1121 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1122 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1123 |
#ifdef __SYNCML_DM_OBEX |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1124 |
KFeatureIdSyncMlDmObex, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1125 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1126 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1127 |
#ifdef __SYNCML_DM_OTA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1128 |
KFeatureIdSyncMlDmOta, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1129 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1130 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1131 |
#ifdef __SYNCML_DM_SIP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1132 |
KFeatureIdSyncMlDmSIP, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1133 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1134 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1135 |
#ifdef __SYNCML_DM_VOIP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1136 |
KFeatureIdSyncMlDmVoIP, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1137 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1138 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1139 |
#ifdef __SYNCML_DM_WLAN |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1140 |
KFeatureIdSyncMlDmWlan, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1141 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1142 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1143 |
#ifdef __SYNCML_DS_BOOKMARK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1144 |
KFeatureIdSyncMlDsBookmark, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1145 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1146 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1147 |
#ifdef __SYNCML_DS_MMS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1148 |
KFeatureIdSyncMlDsMMS, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1149 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1150 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1151 |
#ifdef __SYNCML_DS_NOTEPAD |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1152 |
KFeatureIdSyncMlDsNotepad, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1153 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1154 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1155 |
#ifdef __SYNCML_DS_SMS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1156 |
KFeatureIdSyncMlDsSms, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1157 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1158 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1159 |
#ifdef __SYNCML_ISYNC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1160 |
KFeatureIdSyncMlIsync, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1161 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1162 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1163 |
#ifdef __SYNCML_TWIN_SUITE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1164 |
KFeatureIdSyncMlTwinSuite, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1165 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1166 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1167 |
#ifdef __THAI |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1168 |
KFeatureIdThai, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1169 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1170 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1171 |
#ifdef __THAI_CALENDAR |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1172 |
KFeatureIdThaiCalendar, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1173 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1174 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1175 |
#ifdef __TV_OUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1176 |
KFeatureIdTvOut, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1177 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1178 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1179 |
#ifdef __UPNP_AVCP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1180 |
KFeatureIdUpnpAvcp, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1181 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1182 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1183 |
#ifdef __UPNP_MEDIASERVER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1184 |
KFeatureIdUpnpMediaserver, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1185 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1186 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1187 |
#ifdef __UPNP_PRINT_FRAMEWORK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1188 |
KFeatureIdUpnpPrintFramework, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1189 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1190 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1191 |
#ifdef __UPNP_REMOTE_STORAGE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1192 |
KFeatureIdUpnpRemoteStorage, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1193 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1194 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1195 |
#ifdef __UPNP_STACK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1196 |
KFeatureIdUpnpStack, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1197 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1198 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1199 |
#ifdef __USE_AAC_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1200 |
KFeatureIdUseAacCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1201 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1202 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1203 |
#ifdef __USE_AMR_NB_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1204 |
KFeatureIdUseAmrNbCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1205 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1206 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1207 |
#ifdef __USE_AMR_WB_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1208 |
KFeatureIdUseAmrWbCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1209 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1210 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1211 |
#ifdef __USE_EAACPLUS_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1212 |
KFeatureIdUseEaacplusCmmfCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1213 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1214 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1215 |
#ifdef __USE_MP3_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1216 |
KFeatureIdUseMp3CMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1217 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1218 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1219 |
#ifdef __USE_QCELP_CMMFCODEC |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1220 |
KFeatureIdUseQcelpCMMFCodec, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1221 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1222 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1223 |
#ifdef __VFP_HW_SUPPORT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1224 |
KFeatureIdVfpHwSupport, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1225 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1226 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1227 |
#ifdef __VIBRA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1228 |
KFeatureIdVibra, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1229 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1230 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1231 |
#ifdef __VIDEOCALL_MENU_VISIBILITY |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1232 |
KFeatureIdVideocallMenuVisibility, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1233 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1234 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1235 |
#ifdef __VIDEO_CENTER_SUPPORTED |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1236 |
KFeatureIdVideoCenterSupported, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1237 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1238 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1239 |
#ifdef __VIDEO_RECORDER |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1240 |
KFeatureIdVideoRecorder, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1241 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1242 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1243 |
#ifdef __VIRTUAL_KEYBOARD_INPUT |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1244 |
KFeatureIdVirtualKeyboardInput, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1245 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1246 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1247 |
#ifdef __WEB_WIDGETS |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1248 |
KFeatureIdWebWidgets, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1249 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1250 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1251 |
#ifdef __WLAN_WEP256_ENABLED |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1252 |
KFeatureIdWlanWep256Enabled, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1253 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1254 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1255 |
#ifdef __WMA |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1256 |
KFeatureIdWma, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1257 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1258 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1259 |
#ifdef __WORLD_CLOCK |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1260 |
KFeatureIdWorldClock, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1261 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1262 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1263 |
#ifdef __XDM |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1264 |
KFeatureIdXdm, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1265 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1266 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1267 |
#ifdef __XDM_LOCALSTORAGE |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1268 |
KFeatureIdXdmLocalStorage, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1269 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1270 |
|
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1271 |
#ifdef __XDM_XCAP |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1272 |
KFeatureIdXdmXcap, |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1273 |
#endif |
6d65d5acee06
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1274 |
|
1
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1275 |
/** Features added from customswstaticfeatures.hrh (removed from customswstaticfeatures.hrh) */ |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1276 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1277 |
#ifdef FF_MTP_ALBUM_ART |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1278 |
KFeatureIdFfMtpAlbumArt, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1279 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1280 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1281 |
#ifdef FF_MUSIC_PATH_PLUGIN |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1282 |
KFeatureIdFfMusicPathPlugin, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1283 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1284 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1285 |
#ifdef FF_POWER_KEY_AS_KEYGUARD |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1286 |
KFeatureIdFfPowerKeyAsKeyguard, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1287 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1288 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1289 |
#ifdef FF_DISPLAY_NETWORK_NAME_AFTER_CS_REGISTRATION |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1290 |
KFeatureIdFfDisplayNetworkNameAfterCsRegistration, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1291 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1292 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1293 |
#ifdef FF_MANUAL_SELECTION_POPULATED_PLMN_LIST |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1294 |
KFeatureIdFfManualSelectionPopulatedPlmnList, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1295 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1296 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1297 |
#ifdef FF_MOBILITY_MANAGEMENT_ERRORS |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1298 |
KFeatureIdFfMobilityManagementErrors, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1299 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1300 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1301 |
#ifdef FF_SERVICE_CALL_WHILE_PHONE_LOCKED |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1302 |
KFeatureIdFfServiceCallWhilePhoneLocked, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1303 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1304 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1305 |
#ifdef FF_LOCATIONSYSUI_HIDE_POSITIONING_MENU |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1306 |
KFeatureIdFfLocationsysuiHidePositioningMenu, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1307 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1308 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1309 |
#ifdef FF_MASTER_RESET_AND_CLEAR_SUBMENU |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1310 |
KFeatureIdFfMasterResetAndClearSubmenu, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1311 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1312 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1313 |
#ifdef FF_SIMLOCK_UI |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1314 |
KFeatureIdFfSimlockUi, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1315 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1316 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1317 |
#ifdef FF_ENTRY_POINT_FOR_VIDEO_SHARE |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1318 |
KFeatureIdFfEntryPointForVideoShare, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1319 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1320 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1321 |
#ifdef FF_IMS_DEREGISTRATION_IN_OFFLINE |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1322 |
KFeatureIdFfImsDeregistrationInOffline, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1323 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1324 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1325 |
#ifdef FF_IMS_DEREGISTRATION_IN_RFS |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1326 |
KFeatureIdFfImsDeregistrationInRfs, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1327 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1328 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1329 |
#ifdef FF_IMS_DEREGISTRATION_IN_VPN |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1330 |
KFeatureIdFfImsDeregistrationInVpn, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1331 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1332 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1333 |
#ifdef FF_INTRANET_BROWSING |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1334 |
KFeatureIdFfIntranetBrowsing, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1335 |
#endif |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1336 |
|
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1337 |
#ifdef FF_HOME_SCREEN_EASY_DIALING |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1338 |
KFeatureIdProductIncludesHomeScreenEasyDialing, |
e7fcfcd96f19
Transplanted FCL config changes from sfl repo @changeset 1708ba8e710e (tagged as PDK_3.0.f)
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
1339 |
#endif |