featureinfo.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : FeatureInfo.hh
00004 *  Part of     : Feature Variation
00005 *  Description :
00006 *
00007 *  The file contains feature IDs to support applications's
00008 *  run-time variation. An application can check the existency of a
00009 *  feature in a device by using Feature Discovery API before attempting
00010 *  to use feature specific APIs.
00011 *
00012 *  Copyright © 2002-2005 Nokia Corporation.
00013 *  This material, including documentation and any related 
00014 *  computer programs, is protected by copyright controlled by 
00015 *  Nokia Corporation. All rights are reserved. Copying, 
00016 *  including reproducing, storing, adapting or translating, any 
00017 *  or all of this material requires the prior written consent of 
00018 *  Nokia Corporation. This material also contains confidential 
00019 *  information which may not be disclosed to others without the 
00020 *  prior written consent of Nokia Corporation.
00021 * ==============================================================================
00022 */
00023 
00024 #ifndef FEATUREINFO_H
00025 #define FEATUREINFO_H
00026 
00030         const TInt KFeatureIdMmc = 1;
00031 
00035         const TInt KFeatureIdCamera = 2;
00036 
00040         const TInt KFeatureIdCoverDisplay = 3;
00041 
00045         const TInt KFeatureIdVideoRecorder = 208;
00046 
00050         const TInt KFeatureIdQwertyInput = 409;
00051 
00056         const TInt KFeatureIdFlightMode = 6;
00057 
00063         const TInt KFeatureIdOfflineMode = 7;
00064 
00069         const TInt KFeatureIdOpenGLES3DApi = 10;
00070 
00074         const TInt KFeatureIdIrda = 11;
00075 
00079         const TInt KFeatureIdBt = 12;
00080 
00084         const TInt KFeatureIdUsb = 13;
00085 
00089         const TInt KFeatureIdBtFaxProfile = 17;
00090 
00094         const TInt KFeatureIdBtImagingProfile = 18;
00095 
00099         const TInt KFeatureIdIm = 33;
00100 
00104         const TInt KFeatureIdPresence = 36;
00105 
00110         const TInt KFeatureIdSyncMlDm = 41;
00111 
00116         const TInt KFeatureIdSyncMlDs = 42;
00117 
00122         const TInt KFeatureIdSvgt = 77;
00123 
00129         const TInt KFeatureIdAudioEffectsApi = 497;
00130 
00136         const TInt KFeatureIdAudioResourceIndications = 499;
00137 
00141         const TInt KFeatureIdEqualizer = 1502;
00142 
00146         const TInt KFeatureIdProtocolGsm = 81;
00147 
00151         const TInt KFeatureIdProtocolWcdma = 82;
00152 
00156         const TInt KFeatureIdProtocolCdma = 83;
00157 
00161         const TInt KFeatureIdCsVideoTelephony = 89;
00162 
00167         const TInt KFeatureIdQos = 101;
00168 
00174         const TInt KFeatureIdIpsec = 102;
00175 
00179         const TInt KFeatureIdMIPv6 = 106;
00180 
00184         const TInt KFeatureIdProtocolWlan = 109;
00185 
00189         const TInt KFeatureIdSipStack = 111;
00190 
00194         const TInt KFeatureIdMIPv4 = 312;
00195 
00199         const TInt KFeatureIdLandmarks = 112;
00200 
00204         const TInt KFeatureIdLocationFrameworkCore = 114;
00205 
00210         const TInt KFeatureIdCameraBurstMode = 132;
00211 
00215         const TInt KFeatureIdAvkonELaf = 1010;
00216 
00220         const TInt KFeatureIdAvkonApac = 1015;
00221 
00225         const TInt KFeatureIdMidi = 1011;
00226 
00231         const TInt KFeatureIdMmcHotswap = 1076;
00232 
00236         const TInt KFeatureIdJapanese = 1080;
00237 
00241         const TInt KFeatureIdThai = 1081;
00242 
00246         const TInt KFeatureIdUSSD = 1091;
00247 
00251         const TInt KFeatureIdChinese = 1096;
00252 
00253 #endif

Copyright © Nokia Corporation 2001-2008
Back to top