[GCCE] We need a way for the HAL config extension to parameterise the HAL config file (.hcf) that will be used, depending upon
the toolchain we are building with. E.g. if we are building BeagleBoard with RVCT we can configure hardware floating point
because we have ARM's vfp math libraries; if we are building it with GCC, we lack this library support.
<?xml version="1.0"?>
<!DOCTYPE featuredatabase SYSTEM "featuredatabase.dtd">
<!--
Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
Initial Contributors:
Nokia Corporation - initial contribution.
Contributors:
Description:
This file is managed by the System Design Authority (sda@symbian.com)
To allocate a new feature UID, please email the SDA
-->
<featuredatabase>
<featureset ibyname="feature.iby" hfilename="featureuids.h" namespace="NFeature">
<hfileheader interfacestatus="@released" interfacevisibility="@publishedAll">
// featureUIDs.h
//
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
//
// Feature UID allocations for all Symbian OS platforms
//
// This file is managed by the System Design Authority (sda@symbian.com)
// To allocate a new feature UID, please email the SDA
//
// The following UID ranges are allocated for features
// that default to reporting "feature present"
// 0x10279806 - 0x10281805
//
// All other UIDs default to reporting "feature not present"
//
</hfileheader>
<feature name="Fax" statusflags="0x00000001" uid="0x10279806">
<hrhmacro exclude="SYMBIAN_EXCLUDE_FAX"/>
</feature>
<feature name="Print" statusflags="0x00000001" uid="0x000005FF">
<hrhmacro exclude="SYMBIAN_EXCLUDE_PRINT"/>
</feature>
<feature name="Bluetooth" statusflags="0x00000001" uid="0x0000000C">
<hrhmacro exclude="SYMBIAN_EXCLUDE_BLUETOOTH"/>
</feature>
<feature name="Infrared" statusflags="0x00000001" uid="0x0000000B">
<hrhmacro exclude="SYMBIAN_EXCLUDE_INFRARED"/>
</feature>
<feature name="Mmc" statusflags="0x00000001" uid="0x00000001">
<hrhmacro exclude="SYMBIAN_EXCLUDE_MMC"/>
</feature>
<feature name="Usb" statusflags="0x00000001" uid="0x0000000D">
<hrhmacro exclude="SYMBIAN_EXCLUDE_USB"/>
</feature>
<feature name="Obex" statusflags="0x00000001" uid="0x1027980C">
<hrhmacro exclude="SYMBIAN_EXCLUDE_OBEX"/>
</feature>
<feature name="RtpRtcp" statusflags="0x00000001" uid="0x1027980D">
<hrhmacro exclude="SYMBIAN_EXCLUDE_RTP_RTCP"/>
</feature>
<feature name="Sip" statusflags="0x00000001" uid="0x1027980F">
<hrhmacro exclude="SYMBIAN_EXCLUDE_SIP"/>
</feature>
<feature name="IPQoS" statusflags="0x00000001" uid="0x10279812">
<hrhmacro exclude="SYMBIAN_EXCLUDE_QOS_PROTPLUGINS"/>
</feature>
<feature name="NetworkQoS" statusflags="0x00000001" uid="0x10279813">
<hrhmacro exclude="SYMBIAN_EXCLUDE_QOS_PROTPLUGINS"/>
</feature>
<feature name="IPSec" statusflags="0x00000001" uid="0x00000066">
<hrhmacro exclude="SYMBIAN_EXCLUDE_IPSEC"/>
</feature>
<feature name="Dhcp" statusflags="0x00000001" uid="0x0000006B">
<hrhmacro exclude="SYMBIAN_EXCLUDE_DHCP"/>
</feature>
<feature name="Connectivity" statusflags="0x00000001" uid="0x10279816">
<hrhmacro exclude="SYMBIAN_EXCLUDE_PC_CONNECTIVITY_EXCEPT_SECURE_BACKUP"/>
</feature>
<feature name="MTP" statusflags="0x00000001" uid="0x000001F8">
<hrhmacro exclude="SYMBIAN_EXCLUDE_MTP"/>
</feature>
<feature name="Location" statusflags="0x00000001" uid="0x00000072"></feature>
<feature name="MobileIP" statusflags="0x00000001" uid="0x10281819"></feature>
<feature name="OfflineMode" statusflags="0x00000001" uid="0x00000007"></feature>
<feature name="DRM" statusflags="0x00000001" uid="0x0000005B"></feature>
<feature name="Vibra" statusflags="0x00000001" uid="0x0000019B">
<hrhmacro exclude="SYMBIAN_EXCLUDE_VIBRA"/>
</feature>
<feature name="AmbientLightSensor" statusflags="0x00000001" uid="0x000005F9">
<hrhmacro exclude="SYMBIAN_EXCLUDE_AMBIENT_LIGHT_SENSOR"/>
</feature>
<feature name="KeypadNoSlider" statusflags="0x00000001" uid="0x000003F5">
<hrhmacro exclude="SYMBIAN_EXCLUDE_KEYPAD_NO_SLIDER"/>
</feature>
<feature name="LocationManagement" statusflags="0x00000001" uid="0x10279818">
<hrhmacro exclude="SYMBIAN_EXCLUDE_LOCATION_MANAGEMENT"/>
</feature>
<feature name="LocationAPIVariant2" statusflags="0x00000000" uid="0x10285D69">
<hrhmacro include="SYMBIAN_INCLUDE_LOCATION_API_VARIANT2"/>
</feature>
<feature name="BluetoothGPSPositioningPlugin" statusflags="0x00000000" uid="0x0000007A">
<hrhmacro include="SYMBIAN_INCLUDE_BLUETOOTH_GPS_PM"/>
</feature>
<feature name="DefaultPositioningPlugin" statusflags="0x00000000" uid="0x10285D6B">
<hrhmacro include="SYMBIAN_INCLUDE_DEFAULT_PM"/>
</feature>
<feature name="SimulationPositioningPlugin" statusflags="0x00000000" uid="0x10285D6C">
<hrhmacro include="SYMBIAN_INCLUDE_SIMULATION_PM"/>
</feature>
<feature name="LocationPrivacyRequestAPIs" statusflags="0x00000000" uid="0x102859F2">
<hrhmacro include="SYMBIAN_INCLUDE_LOCATION_PRIVACY_REQUEST_APIS"/>
</feature>
<feature name="LocationAdvancedDialog" statusflags="0x00000000" uid="0x102859F3">
<hrhmacro include="SYMBIAN_INCLUDE_LOCATION_ADVANCED_DIALOG"/>
</feature>
<feature name="CsVideoTelephony" statusflags="0x00000001" uid="0x00000059">
<hrhmacro exclude="SYMBIAN_EXCLUDE_CS_VIDEO_TELEPHONY"/>
</feature>
<feature name="EmergencyCallsEnabledInOfflineMode" statusflags="0x00000001" uid="0x00000126">
<hrhmacro exclude="SYMBIAN_EXCLUDE_EMERGENCY_CALLS_ENABLED_IN_OFFLINE_MODE"/>
</feature>
<feature name="DriveModeCanRestrictMtCalls" statusflags="0x00000001" uid="0x00000584">
<hrhmacro exclude="SYMBIAN_EXCLUDE_DRIVE_MODE_CAN_RESTRICT_MT_CALLS"/>
</feature>
<feature name="FmTx" statusflags="0x00000001" uid="0x000006A9">
<hrhmacro exclude="SYMBIAN_EXCLUDE_FMTX"/>
</feature>
<!-- PREQ 2051 - Variation Support - Start -->
<feature name="Libxml2" statusflags="0x00000001" uid="0x10286747">
<hrhmacro infeaturesetiby="no" exclude="SYMBIAN_EXCLUDE_LIBXML2"/>
</feature>
<feature name="Libxml2SAXParser" statusflags="0x00000001" uid="0x10286707">
<hrhmacro infeaturesetiby="no" exclude="SYMBIAN_EXCLUDE_LIBXML2_SAX_CPARSER_PLUGIN"/>
</feature>
<feature name="Libxml2DOMXPathAPI" statusflags="0x00000001" uid="0x10286727">
<hrhmacro infeaturesetiby="no" exclude="SYMBIAN_EXCLUDE_LIBXML2_DOM_XPATH_API"/>
</feature>
<!-- PREQ 2051 - Variation Support - End -->
<feature name="Camera" statusflags="0x00000001" uid ="0x00000002"></feature>
<feature name="FmRadio" statusflags="0x00000001" uid ="0x00000005"></feature>
<feature name="OpenGLES3DApi" statusflags="0x00000001" uid ="0x0000000a"></feature>
<feature name="BtAudio" statusflags="0x00000001" uid ="0x0000000f"></feature>
<feature name="Srcs" statusflags="0x00000001" uid ="0x00000011"></feature>
<feature name="BtImagingProfile" statusflags="0x00000001" uid ="0x00000013"></feature>
<feature name="Wim" statusflags="0x00000001" uid ="0x00000018"></feature>
<feature name="SimCertificates" statusflags="0x00000001" uid ="0x00000019"></feature>
<feature name="SmartCardProv" statusflags="0x00000001" uid ="0x0000001b"></feature>
<feature name="IAUpdate" statusflags="0x00000001" uid ="0x0000001e"></feature>
<feature name="Dpb" statusflags="0x00000001" uid ="0x00000020"></feature>
<feature name="Im" statusflags="0x00000001" uid ="0x00000021"></feature>
<feature name="ImpsStandaloneIpCir" statusflags="0x00000001" uid ="0x00000022"></feature>
<feature name="Presence" statusflags="0x00000001" uid ="0x00000024"></feature>
<feature name="SyncMlDm" statusflags="0x00000001" uid ="0x00000029"></feature>
<feature name="SyncMlDs" statusflags="0x00000001" uid ="0x0000002a"></feature>
<feature name="SyncMlDsMMS" statusflags="0x00000001" uid ="0x0000002b"></feature>
<feature name="SyncMlDsEmail" statusflags="0x00000001" uid ="0x0000002c"></feature>
<feature name="SyncMlDsCon" statusflags="0x00000001" uid ="0x0000002d"></feature>
<feature name="SyncMlDsCal" statusflags="0x00000001" uid ="0x0000002e"></feature>
<feature name="SyncMlDmDs" statusflags="0x00000001" uid ="0x0000002f"></feature>
<feature name="SyncMlDmIAP" statusflags="0x00000001" uid ="0x00000030"></feature>
<feature name="SyncMlDmEmail" statusflags="0x00000001" uid ="0x00000031"></feature>
<feature name="SyncMlDmMMS" statusflags="0x00000001" uid ="0x00000032"></feature>
<feature name="SyncMlObex" statusflags="0x00000001" uid ="0x00000033"></feature>
<feature name="SyncMlDsAlert" statusflags="0x00000001" uid ="0x00000034"></feature>
<feature name="SyncMlDsNotepad" statusflags="0x00000001" uid ="0x00000035"></feature>
<feature name="SyncMlDmObex" statusflags="0x00000001" uid ="0x00000036"></feature>
<feature name="SyncMlDmWlan" statusflags="0x00000001" uid ="0x00000037"></feature>
<feature name="SyncMlDmImps" statusflags="0x00000001" uid ="0x00000039"></feature>
<feature name="SyncMlDmFota" statusflags="0x00000001" uid ="0x0000003a"></feature>
<feature name="SyncMlDmVoIP" statusflags="0x00000001" uid ="0x0000003b"></feature>
<feature name="SyncMlDmSIP" statusflags="0x00000001" uid ="0x0000003c"></feature>
<feature name="FfNcdEngine" statusflags="0x00000001" uid ="0x0000003d"></feature>
<feature name="FfNcdUi" statusflags="0x00000001" uid ="0x0000003e"></feature>
<feature name="VirtualFullscrQwertyInput" statusflags="0x00000001" uid ="0x00000040"></feature>
<feature name="VirtualItutInput" statusflags="0x00000001" uid ="0x00000041"></feature>
<feature name="Mp3" statusflags="0x00000001" uid ="0x00000047"></feature>
<feature name="Sind" statusflags="0x00000001" uid ="0x00000048"></feature>
<feature name="AmrNb" statusflags="0x00000001" uid ="0x00000049"></feature>
<feature name="AmrWb" statusflags="0x00000001" uid ="0x0000004a"></feature>
<feature name="Aac" statusflags="0x00000001" uid ="0x0000004b"></feature>
<feature name="SymbianMultimediaA3fdevsoundId" statusflags="0x00000001" uid ="0x0000004c"></feature>
<feature name="Svgt" statusflags="0x00000001" uid ="0x0000004d"></feature>
<feature name="MacromediaFlash6" statusflags="0x00000001" uid ="0x0000004f"></feature>
<feature name="Mpeg4VideoEncoding" statusflags="0x00000001" uid ="0x00000050"></feature>
<feature name="ProtocolGsm" statusflags="0x00000001" uid ="0x00000051"></feature>
<feature name="ProtocolWcdma" statusflags="0x00000001" uid ="0x00000052"></feature>
<feature name="SimCard" statusflags="0x00000001" uid ="0x00000058"></feature>
<feature name="UseDrmEngineInCcp" statusflags="0x00000001" uid ="0x0000005c"></feature>
<feature name="DrmFull" statusflags="0x00000001" uid ="0x0000005d"></feature>
<feature name="DrmPhase2" statusflags="0x00000001" uid ="0x0000005f"></feature>
<feature name="DrmClock" statusflags="0x00000001" uid ="0x00000060"></feature>
<feature name="DrmOma2" statusflags="0x00000001" uid ="0x00000062"></feature>
<feature name="Qos" statusflags="0x00000001" uid ="0x00000065"></feature>
<feature name="LoggerGprs" statusflags="0x00000001" uid ="0x00000067"></feature>
<feature name="EdgeKnowledge" statusflags="0x00000001" uid ="0x00000068"></feature>
<feature name="NetworkRegistration" statusflags="0x00000001" uid ="0x00000069"></feature>
<feature name="ConnMonExtension" statusflags="0x00000001" uid ="0x0000006c"></feature>
<feature name="ProtocolWlan" statusflags="0x00000001" uid ="0x0000006d"></feature>
<feature name="Landmarks" statusflags="0x00000001" uid ="0x00000070"></feature>
<feature name="PrivacyFramework" statusflags="0x00000001" uid ="0x00000073"></feature>
<feature name="UsbCharging" statusflags="0x00000001" uid ="0x00000077"></feature>
<feature name="RockerKey" statusflags="0x00000001" uid ="0x00000078"></feature>
<feature name="LandmarksConverter" statusflags="0x00000001" uid ="0x0000007b"></feature>
<feature name="LocationSysUi" statusflags="0x00000001" uid ="0x0000007c"></feature>
<feature name="SelectableEmail" statusflags="0x00000001" uid ="0x0000007d"></feature>
<feature name="EmailMceIntegration" statusflags="0x00000001" uid ="0x0000007e"></feature>
<feature name="FfSimlessOfflineSupport" statusflags="0x00000001" uid ="0x00000082"></feature>
<feature name="CaeVrCustomCommands" statusflags="0x00000001" uid ="0x00000083"></feature>
<feature name="CameraBurstMode" statusflags="0x00000001" uid ="0x00000084"></feature>
<feature name="FfEmailFramework" statusflags="0x00000001" uid ="0x00000087"></feature>
<feature name="JavaMMAPI11" statusflags="0x00000001" uid ="0x0000008f"></feature>
<feature name="JavaFileAPI" statusflags="0x00000001" uid ="0x00000090"></feature>
<feature name="JavaPIMAPI" statusflags="0x00000001" uid ="0x00000091"></feature>
<feature name="Java3DAPI" statusflags="0x00000001" uid ="0x00000092"></feature>
<feature name="JavaLocationAPI" statusflags="0x00000001" uid ="0x00000093"></feature>
<feature name="OCSP" statusflags="0x00000001" uid ="0x00000095"></feature>
<feature name="J2MEWebServicesAPI" statusflags="0x00000001" uid ="0x00000096"></feature>
<feature name="FfVoiceCallContinuity" statusflags="0x00000001" uid ="0x00000098"></feature>
<feature name="FfWsNcim" statusflags="0x00000001" uid ="0x00000099"></feature>
<feature name="BrowserAdaptiveBookm" statusflags="0x00000001" uid ="0x000000a3"></feature>
<feature name="BrowserUrlCompletion" statusflags="0x00000001" uid ="0x000000a5"></feature>
<feature name="RssFeeds" statusflags="0x00000001" uid ="0x000000a7"></feature>
<feature name="Series60NativeBrowser" statusflags="0x00000001" uid ="0x000000a8"></feature>
<feature name="FfConnectionOverride" statusflags="0x00000001" uid ="0x000000b3"></feature>
<feature name="FfCapacitiveDisplay" statusflags="0x00000001" uid ="0x000000b7"></feature>
<feature name="FfTacticons" statusflags="0x00000001" uid ="0x000000b8"></feature>
<feature name="FfIaupdatePhase2" statusflags="0x00000001" uid ="0x000000b9"></feature>
<feature name="FfOmaScomoAdapter" statusflags="0x00000001" uid ="0x000000c5"></feature>
<feature name="FfRuntimeDeviceCapabilityConfiguration" statusflags="0x00000001" uid ="0x000000c6"></feature>
<feature name="IncludeUsbRndis" statusflags="0x00000001" uid ="0x000000c8"></feature>
<feature name="SideVolumeKeys" statusflags="0x00000001" uid ="0x000000cf"></feature>
<feature name="VideoRecorder" statusflags="0x00000001" uid ="0x000000d0"></feature>
<feature name="OpenGLESSWImplementation" statusflags="0x00000001" uid ="0x000000d2"></feature>
<feature name="FfAvkonEmotionIconEnabled" statusflags="0x00000001" uid ="0x000000d3"></feature>
<feature name="FfTarmCapabilityBasedAccess" statusflags="0x00000001" uid ="0x000000d6"></feature>
<feature name="FfEmailProtocolPlugins" statusflags="0x00000001" uid ="0x000000d7"></feature>
<feature name="BtSap" statusflags="0x00000001" uid ="0x000000de"></feature>
<feature name="AtHandler" statusflags="0x00000001" uid ="0x000000df"></feature>
<feature name="BtTestMode" statusflags="0x00000001" uid ="0x000000e0"></feature>
<feature name="PushWhiteList" statusflags="0x00000001" uid ="0x000000e3"></feature>
<feature name="OmaProv" statusflags="0x00000001" uid ="0x000000e4"></feature>
<feature name="FfContactsRemoteLookup" statusflags="0x00000001" uid ="0x000000ea"></feature>
<feature name="FfAdditionalFonts" statusflags="0x00000001" uid ="0x000000f1"></feature>
<feature name="MMS" statusflags="0x00000001" uid ="0x000000f4"></feature>
<feature name="FfDeviceEncryptionFeature" statusflags="0x00000001" uid ="0x000000fa"></feature>
<feature name="ffContactsMycard" statusflags="0x00000001" uid ="0x0000010b"></feature>
<feature name="FfContactsMerge" statusflags="0x00000001" uid ="0x0000010c"></feature>
<feature name="S60MtpController" statusflags="0x00000001" uid ="0x00000110"></feature>
<feature name="FfContactsSocial" statusflags="0x00000001" uid ="0x00000111"></feature>
<feature name="FfContactsCompanyNames" statusflags="0x00000001" uid="0x000000ec"></feature>
<feature name="MpegAacEncoding" statusflags="0x00000001" uid ="0x0000011a"></feature>
<feature name="UseAmrNbCMMFCodec" statusflags="0x00000001" uid ="0x0000011c"></feature>
<feature name="UseAmrWbCMMFCodec" statusflags="0x00000001" uid ="0x0000011d"></feature>
<feature name="UseAacCMMFCodec" statusflags="0x00000001" uid ="0x0000011e"></feature>
<feature name="UseMp3CMMFCodec" statusflags="0x00000001" uid ="0x0000011f"></feature>
<feature name="UseQcelpCMMFCodec" statusflags="0x00000001" uid ="0x00000120"></feature>
<feature name="IncludeAmrNbCMMFCodec" statusflags="0x00000001" uid ="0x00000121"></feature>
<feature name="SimPhonebookMatch" statusflags="0x00000001" uid ="0x00000124"></feature>
<feature name="CommonTsy" statusflags="0x00000001" uid ="0x00000125"></feature>
<feature name="CommonDsy" statusflags="0x00000001" uid ="0x00000129"></feature>
<feature name="CommonVoip" statusflags="0x00000001" uid ="0x0000012a"></feature>
<feature name="EnableIsiCommunicationInUsbChargingMode" statusflags="0x00000001" uid ="0x00000135"></feature>
<feature name="QwertyInput" statusflags="0x00000001" uid ="0x00000199"></feature>
<feature name="PenSupport" statusflags="0x00000001" uid ="0x0000019a"></feature>
<feature name="IncludeAmrWbCMMFCodec" statusflags="0x00000001" uid ="0x000001eb"></feature>
<feature name="IncludeAacCMMFCodec" statusflags="0x00000001" uid ="0x000001ec"></feature>
<feature name="IncludeMp3CMMFCodec" statusflags="0x00000001" uid ="0x000001ed"></feature>
<feature name="IncludeQcelpCMMFCodec" statusflags="0x00000001" uid ="0x000001ee"></feature>
<feature name="Id3V2Metadata" statusflags="0x00000001" uid ="0x000001ef"></feature>
<feature name="MmfDrmUtility" statusflags="0x00000001" uid ="0x000001f0"></feature>
<feature name="AudioEffectsApi" statusflags="0x00000001" uid ="0x000001f1"></feature>
<feature name="AudioResourceIndications" statusflags="0x00000001" uid ="0x000001f3"></feature>
<feature name="MmCommsEngine" statusflags="0x00000001" uid ="0x000001f5"></feature>
<feature name="Wma" statusflags="0x00000001" uid ="0x000001f7"></feature>
<feature name="MmCommsAvController" statusflags="0x00000001" uid ="0x000001f9"></feature>
<feature name="SupportedFeature1" statusflags="0x00000001" uid ="0x000003e8"></feature>
<feature name="SupportedFeature2" statusflags="0x00000001" uid ="0x000003ea"></feature>
<feature name="AvkonELaf" statusflags="0x00000001" uid ="0x000003f2"></feature>
<feature name="Midi" statusflags="0x00000001" uid ="0x000003f3"></feature>
<feature name="Help" statusflags="0x00000001" uid ="0x000003f4"></feature>
<feature name="LunarCalendar" statusflags="0x00000001" uid ="0x000003f9"></feature>
<feature name="PhoneCnap" statusflags="0x00000001" uid ="0x00000407"></feature>
<feature name="PhoneTty" statusflags="0x00000001" uid ="0x00000408"></feature>
<feature name="RealPlayer" statusflags="0x00000001" uid ="0x00000410"></feature>
<feature name="SettingsProtection" statusflags="0x00000001" uid ="0x0000041a"></feature>
<feature name="PushSL" statusflags="0x00000001" uid ="0x0000041e"></feature>
<feature name="DynamicProfiles" statusflags="0x00000001" uid ="0x00000420"></feature>
<feature name="ExtendedStartup" statusflags="0x00000001" uid ="0x00000421"></feature>
<feature name="OperatorMenu" statusflags="0x00000001" uid ="0x00000422"></feature>
<feature name="MultipleProvCtx" statusflags="0x00000001" uid ="0x00000423"></feature>
<feature name="BrowserNarrowScreen" statusflags="0x00000001" uid ="0x00000424"></feature>
<feature name="AudioAac" statusflags="0x00000001" uid ="0x00000426"></feature>
<feature name="AudioPlaylist" statusflags="0x00000001" uid ="0x00000427"></feature>
<feature name="BrowserProgressInd" statusflags="0x00000001" uid ="0x00000428"></feature>
<feature name="BrowserFullScr" statusflags="0x00000001" uid ="0x0000042a"></feature>
<feature name="BrowserFrames" statusflags="0x00000001" uid ="0x0000042d"></feature>
<feature name="OperatorCache" statusflags="0x00000001" uid ="0x0000042f"></feature>
<feature name="SmilEditor" statusflags="0x00000001" uid ="0x00000431"></feature>
<feature name="SeamlessLinks" statusflags="0x00000001" uid ="0x00000432"></feature>
<feature name="ShowPanics" statusflags="0x00000001" uid ="0x00000433"></feature>
<feature name="MmcHotswap" statusflags="0x00000001" uid ="0x00000434"></feature>
<feature name="AlwaysOnLine" statusflags="0x00000001" uid ="0x00000436"></feature>
<feature name="HttpDigestAuth" statusflags="0x00000001" uid ="0x0000043c"></feature>
<feature name="SendFileInCall" statusflags="0x00000001" uid ="0x0000043f"></feature>
<feature name="IPv6" statusflags="0x00000001" uid ="0x00000440"></feature>
<feature name="CellBroadcast" statusflags="0x00000001" uid ="0x00000442"></feature>
<feature name="USSD" statusflags="0x00000001" uid ="0x00000443"></feature>
<feature name="RV9" statusflags="0x00000001" uid ="0x00000446"></feature>
<feature name="WorldClock" statusflags="0x00000001" uid ="0x0000044a"></feature>
<feature name="BrowserFileUpload" statusflags="0x00000001" uid ="0x0000044b"></feature>
<feature name="AlwaysOnLineEmail" statusflags="0x00000001" uid ="0x0000044d"></feature>
<feature name="BrowserNetscapeAPI" statusflags="0x00000001" uid ="0x0000044f"></feature>
<feature name="ConnMonUI" statusflags="0x00000001" uid ="0x00000451"></feature>
<feature name="SmartmsgSMSBookmarkReceiving" statusflags="0x00000001" uid ="0x00000452"></feature>
<feature name="SmartmsgSMSOperatorLogoReceiving" statusflags="0x00000001" uid ="0x00000456"></feature>
<feature name="SmartmsgSMSRingingToneReceiving" statusflags="0x00000001" uid ="0x00000457"></feature>
<feature name="SmartmsgSMSGmsMessageReceiving" statusflags="0x00000001" uid ="0x00000458"></feature>
<feature name="SmartmsgSMSVcalReceiving" statusflags="0x00000001" uid ="0x0000045a"></feature>
<feature name="SmartmsgSMSVcardReceiving" statusflags="0x00000001" uid ="0x0000045b"></feature>
<feature name="SmartmsgSMSVcalSending" statusflags="0x00000001" uid ="0x0000045c"></feature>
<feature name="SmartmsgSMSVcardSending" statusflags="0x00000001" uid ="0x0000045d"></feature>
<feature name="EnPolicyDos" statusflags="0x00000001" uid ="0x0000045e"></feature>
<feature name="BrowserAudioPlugin" statusflags="0x00000001" uid ="0x00000462"></feature>
<feature name="Layout240_320" statusflags="0x00000001" uid ="0x00000465"></feature>
<feature name="Layout320_240" statusflags="0x00000001" uid ="0x00000466"></feature>
<feature name="ScalableIcons" statusflags="0x00000001" uid ="0x00000469"></feature>
<feature name="Jsr135Support" statusflags="0x00000001" uid ="0x0000046a"></feature>
<feature name="SvgtViewer" statusflags="0x00000001" uid ="0x00000473"></feature>
<feature name="UsbDeviceLock" statusflags="0x00000001" uid ="0x00000474"></feature>
<feature name="AacEncoderPlugin" statusflags="0x00000001" uid ="0x00000475"></feature>
<feature name="AacPlusDecoderPlugin" statusflags="0x00000001" uid ="0x00000477"></feature>
<feature name="FlashLiteViewer" statusflags="0x00000001" uid ="0x00000479"></feature>
<feature name="FlashLiteBrowserPlugin" statusflags="0x00000001" uid ="0x0000047a"></feature>
<feature name="AccessoryFw" statusflags="0x00000001" uid ="0x0000047e"></feature>
<feature name="EmailUi" statusflags="0x00000001" uid ="0x00000582"></feature>
<feature name="InstallerSisx" statusflags="0x00000001" uid ="0x00000583"></feature>
<feature name="JavaMIDP20" statusflags="0x00000001" uid ="0x00000585"></feature>
<feature name="SyncMlDsOverHttp" statusflags="0x00000001" uid ="0x00000586"></feature>
<feature name="JavaJsr205Wma20Support" statusflags="0x00000001" uid ="0x00000587"></feature>
<feature name="JavaJsr2343DAudioAndMusicCapabilities" statusflags="0x00000001" uid ="0x00000588"></feature>
<feature name="JavaJsr2262DSvgAPI" statusflags="0x00000001" uid ="0x0000058a"></feature>
<feature name="JavaJsr177SecurityAndTrustServices" statusflags="0x00000001" uid ="0x0000058b"></feature>
<feature name="Equalizer" statusflags="0x00000001" uid ="0x000005de"></feature>
<feature name="CallImagetext" statusflags="0x00000001" uid ="0x000005df"></feature>
<feature name="ContentDownload" statusflags="0x00000001" uid ="0x000005e0"></feature>
<feature name="3DMenu" statusflags="0x00000001" uid ="0x000005e7"></feature>
<feature name="BasicLocationInfoDisplay" statusflags="0x00000001" uid ="0x000005e9"></feature>
<feature name="SyncMlDsAiwProvider" statusflags="0x00000001" uid ="0x000005ec"></feature>
<feature name="JapaneseLargerDictionary" statusflags="0x00000001" uid ="0x000005ed"></feature>
<feature name="IncludeEaacplusCmmfcodec" statusflags="0x00000001" uid ="0x000005f1"></feature>
<feature name="UseEaacplusCmmfCodec" statusflags="0x00000001" uid ="0x000005f2"></feature>
<feature name="Xdm" statusflags="0x00000001" uid ="0x000005f3"></feature>
<feature name="XdmXcap" statusflags="0x00000001" uid ="0x000005f4"></feature>
<feature name="XdmLocalStorage" statusflags="0x00000001" uid ="0x000005f5"></feature>
<feature name="UpnpStack" statusflags="0x00000001" uid ="0x000005f8"></feature>
<feature name="UsbPictbridge" statusflags="0x00000001" uid ="0x000005fb"></feature>
<feature name="UpnpAvcp" statusflags="0x00000001" uid ="0x000005fd"></feature>
<feature name="UsbMultiPersonality" statusflags="0x00000001" uid ="0x000005fe"></feature>
<feature name="S60FmRadioApplication" statusflags="0x00000001" uid ="0x00000603"></feature>
<feature name="TvOut" statusflags="0x00000001" uid ="0x00000604"></feature>
<feature name="SatCallControl" statusflags="0x00000001" uid ="0x00000605"></feature>
<feature name="SatBip" statusflags="0x00000001" uid ="0x00000606"></feature>
<feature name="SatDisplayText" statusflags="0x00000001" uid ="0x00000607"></feature>
<feature name="SatGetInkey" statusflags="0x00000001" uid ="0x00000608"></feature>
<feature name="SatGetInput" statusflags="0x00000001" uid ="0x00000609"></feature>
<feature name="SatLanguageNotification" statusflags="0x00000001" uid ="0x0000060a"></feature>
<feature name="SatLaunchBrowser" statusflags="0x00000001" uid ="0x0000060b"></feature>
<feature name="SatMoSmControl" statusflags="0x00000001" uid ="0x0000060c"></feature>
<feature name="SatPlayTone" statusflags="0x00000001" uid ="0x0000060d"></feature>
<feature name="SatProvideLocalInfo" statusflags="0x00000001" uid ="0x0000060e"></feature>
<feature name="SatRefresh" statusflags="0x00000001" uid ="0x0000060f"></feature>
<feature name="SatSelectItem" statusflags="0x00000001" uid ="0x00000610"></feature>
<feature name="SatSendDtfm" statusflags="0x00000001" uid ="0x00000611"></feature>
<feature name="SatSendSm" statusflags="0x00000001" uid ="0x00000612"></feature>
<feature name="SatSendSs" statusflags="0x00000001" uid ="0x00000613"></feature>
<feature name="SatSendUssd" statusflags="0x00000001" uid ="0x00000614"></feature>
<feature name="SatSetupCall" statusflags="0x00000001" uid ="0x00000615"></feature>
<feature name="SatSetUpEventList" statusflags="0x00000001" uid ="0x00000616"></feature>
<feature name="SatSetUpIdleModeText" statusflags="0x00000001" uid ="0x00000617"></feature>
<feature name="SatSetUpMenu" statusflags="0x00000001" uid ="0x00000618"></feature>
<feature name="AudioMessaging" statusflags="0x00000001" uid ="0x0000061d"></feature>
<feature name="AvcDecoder" statusflags="0x00000001" uid ="0x0000061f"></feature>
<feature name="AvcEncoder" statusflags="0x00000001" uid ="0x00000620"></feature>
<feature name="SapEmbeddedLinkAdapter" statusflags="0x00000001" uid ="0x00000621"></feature>
<feature name="SapIdleSoftkeyAdapter" statusflags="0x00000001" uid ="0x00000622"></feature>
<feature name="SapOperatorLogoAdapter" statusflags="0x00000001" uid ="0x00000623"></feature>
<feature name="SapScreensaverAdapter" statusflags="0x00000001" uid ="0x00000624"></feature>
<feature name="SapStartupAdapter" statusflags="0x00000001" uid ="0x00000625"></feature>
<feature name="SapThemesAdapter" statusflags="0x00000001" uid ="0x00000626"></feature>
<feature name="SapWallpaperAdapter" statusflags="0x00000001" uid ="0x00000627"></feature>
<feature name="SapApplicationManagement" statusflags="0x00000001" uid ="0x00000628"></feature>
<feature name="SapTerminalControlFw" statusflags="0x00000001" uid ="0x00000629"></feature>
<feature name="SapPolicyManagement" statusflags="0x00000001" uid ="0x0000062a"></feature>
<feature name="SapUiSettingServer" statusflags="0x00000001" uid ="0x0000062b"></feature>
<feature name="BtStereoAudio" statusflags="0x00000001" uid ="0x0000062c"></feature>
<feature name="RemoteStorageFw" statusflags="0x00000001" uid ="0x0000062d"></feature>
<feature name="SuplFramework" statusflags="0x00000001" uid ="0x0000062f"></feature>
<feature name="OmaSuplPlugins" statusflags="0x00000001" uid ="0x00000630"></feature>
<feature name="JavaJsr177SecurityAndTrustServicesApdu" statusflags="0x00000001" uid ="0x00000631"></feature>
<feature name="JavaJsr177SecurityAndTrustServicesPki" statusflags="0x00000001" uid ="0x00000632"></feature>
<feature name="JavaJsr177SecurityAndTrustServicesCrypto" statusflags="0x00000001" uid ="0x00000633"></feature>
<feature name="ICalSupport" statusflags="0x00000001" uid ="0x00000634"></feature>
<feature name="RtpStack" statusflags="0x00000001" uid ="0x00000635"></feature>
<feature name="MeetingRequestEnabler" statusflags="0x00000001" uid ="0x00000636"></feature>
<feature name="AudioControllerStreaming" statusflags="0x00000001" uid ="0x00000637"></feature>
<feature name="3GpExtension" statusflags="0x00000001" uid ="0x00000638"></feature>
<feature name="NpProxy" statusflags="0x00000001" uid ="0x0000063e"></feature>
<feature name="SyncMlDsSms" statusflags="0x00000001" uid ="0x0000063f"></feature>
<feature name="BticEnabled" statusflags="0x00000001" uid ="0x00000640"></feature>
<feature name="MapAndNavigationAiwProvider" statusflags="0x00000001" uid ="0x00000642"></feature>
<feature name="VirtualKeyboardInput" statusflags="0x00000001" uid ="0x00000643"></feature>
<feature name="HandwritingRecognitionInput" statusflags="0x00000001" uid ="0x00000644"></feature>
<feature name="OpenvgSwImplementation" statusflags="0x00000001" uid ="0x00000645"></feature>
<feature name="BrowserVideoPlugin" statusflags="0x00000001" uid ="0x00000646"></feature>
<feature name="CameraFullscreenViewfinder" statusflags="0x00000001" uid ="0x00000647"></feature>
<feature name="DisplayPost" statusflags="0x00000001" uid ="0x0000064a"></feature>
<feature name="SapDeviceLockEnhancements" statusflags="0x00000001" uid ="0x0000064b"></feature>
<feature name="Upin" statusflags="0x00000001" uid ="0x0000064c"></feature>
<feature name="Mediator" statusflags="0x00000001" uid ="0x0000064e"></feature>
<feature name="Layout240_320_LargeScreen" statusflags="0x00000001" uid ="0x00000655"></feature>
<feature name="Layout320_240_LargeScreen" statusflags="0x00000001" uid ="0x00000656"></feature>
<feature name="Layout320_480_Touch" statusflags="0x00000001" uid ="0x0000065b"></feature>
<feature name="Layout480_320_Touch" statusflags="0x00000001" uid ="0x0000065c"></feature>
<feature name="ArmAvc" statusflags="0x00000001" uid ="0x0000065e"></feature>
<feature name="UiZoom" statusflags="0x00000001" uid ="0x0000065f"></feature>
<feature name="OmaEmailNotifications" statusflags="0x00000001" uid ="0x00000661"></feature>
<feature name="VideoMenu" statusflags="0x00000001" uid ="0x00000662"></feature>
<feature name="SipSimplePresenceProtocol" statusflags="0x00000001" uid ="0x00000663"></feature>
<feature name="PresenceFramework" statusflags="0x00000001" uid ="0x00000665"></feature>
<feature name="UiTransitionEffects" statusflags="0x00000001" uid ="0x00000666"></feature>
<feature name="BeatnikAudioengine" statusflags="0x00000001" uid ="0x00000668"></feature>
<feature name="RealPlayerAsDefault" statusflags="0x00000001" uid ="0x00000669"></feature>
<feature name="ArmMdfH264Dec" statusflags="0x00000001" uid ="0x0000066a"></feature>
<feature name="ArmMdfRealvideoDec" statusflags="0x00000001" uid ="0x0000066b"></feature>
<feature name="ArmMdfH263mpeg4Dec" statusflags="0x00000001" uid ="0x0000066c"></feature>
<feature name="ArmMdfPostprocessor" statusflags="0x00000001" uid ="0x0000066d"></feature>
<feature name="ThaiCalendar" statusflags="0x00000001" uid ="0x0000066e"></feature>
<feature name="SvgtScreensaverPlugin" statusflags="0x00000001" uid ="0x0000066f"></feature>
<feature name="GeneralSearchFramework" statusflags="0x00000001" uid ="0x00000670"></feature>
<feature name="GeneralSearchUi" statusflags="0x00000001" uid ="0x00000671"></feature>
<feature name="ChatNG" statusflags="0x00000001" uid ="0x00000672"></feature>
<feature name="MobileActiveSync" statusflags="0x00000001" uid ="0x00000673"></feature>
<feature name="RemoteLock" statusflags="0x00000001" uid ="0x00000674"></feature>
<feature name="WindowsMedia" statusflags="0x00000001" uid ="0x00000675"></feature>
<feature name="WindowsMediaDrm" statusflags="0x00000001" uid ="0x00000676"></feature>
<feature name="MultimediaSharing" statusflags="0x00000001" uid ="0x00000678"></feature>
<feature name="BrandingServer" statusflags="0x00000001" uid ="0x00000679"></feature>
<feature name="PenSupportCalibration" statusflags="0x00000001" uid ="0x0000067a"></feature>
<feature name="PlugAndPlayMobileServices" statusflags="0x00000001" uid ="0x0000067b"></feature>
<feature name="DialupNetworking" statusflags="0x00000001" uid ="0x0000067c"></feature>
<feature name="UpnpMediaserver" statusflags="0x00000001" uid ="0x0000067d"></feature>
<feature name="MrtSdkLibraries" statusflags="0x00000001" uid ="0x0000067f"></feature>
<feature name="JavaESWT" statusflags="0x00000001" uid ="0x00000680"></feature>
<feature name="HwrmTargetModifierPlugin" statusflags="0x00000001" uid ="0x00000681"></feature>
<feature name="HsxpaSupport" statusflags="0x00000001" uid ="0x00000682"></feature>
<feature name="JavaApiEnhancementsIap" statusflags="0x00000001" uid ="0x00000683"></feature>
<feature name="JavaApiEnhancementsMobinfo" statusflags="0x00000001" uid ="0x00000684"></feature>
<feature name="VfpHwSupport" statusflags="0x00000001" uid ="0x00000685"></feature>
<feature name="MmcLock" statusflags="0x00000001" uid ="0x00000687"></feature>
<feature name="EditKey" statusflags="0x00000001" uid ="0x00000688"></feature>
<feature name="SlideshowScreensaver" statusflags="0x00000001" uid ="0x0000068c"></feature>
<feature name="SyncMlDmOta" statusflags="0x00000001" uid ="0x0000068f"></feature>
<feature name="SyncMlIsync" statusflags="0x00000001" uid ="0x00000690"></feature>
<feature name="ImageViewer" statusflags="0x00000001" uid ="0x00000692"></feature>
<feature name="MmcEject" statusflags="0x00000001" uid ="0x00000693"></feature>
<feature name="OmaImps12" statusflags="0x00000001" uid ="0x00000694"></feature>
<feature name="BtPbap" statusflags="0x00000001" uid ="0x00000696"></feature>
<feature name="Java" statusflags="0x00000001" uid ="0x00000697"></feature>
<feature name="UsbRemotePersonality" statusflags="0x00000001" uid ="0x0000069a"></feature>
<feature name="WebWidgets" statusflags="0x00000001" uid ="0x0000069b"></feature>
<feature name="XspExtensionManager" statusflags="0x00000001" uid ="0x0000069c"></feature>
<feature name="IndicRomContent" statusflags="0x00000001" uid ="0x0000069e"></feature>
<feature name="OnScreenDialer" statusflags="0x00000001" uid ="0x000006a0"></feature>
<feature name="MediaTransferProtocol" statusflags="0x00000001" uid ="0x000006a1"></feature>
<feature name="AllowUpgradeHelix" statusflags="0x00000001" uid ="0x000006a3"></feature>
<feature name="Layout640_360_Touch" statusflags="0x00000001" uid ="0x000006a4"></feature>
<feature name="Layout360_640_Touch" statusflags="0x00000001" uid ="0x000006a5"></feature>
<feature name="LocationCentre" statusflags="0x00000001" uid ="0x000006a6"></feature>
<feature name="AsynchFileSaveQueue" statusflags="0x00000001" uid ="0x000006a7"></feature>
<feature name="SyncMlDsBookmark" statusflags="0x00000001" uid ="0x000006aa"></feature>
<feature name="PowerSave" statusflags="0x00000001" uid ="0x000006ad"></feature>
<feature name="TouchCallHandling" statusflags="0x00000001" uid ="0x000006b3"></feature>
<feature name="TactileFeedback" statusflags="0x00000001" uid ="0x000006b6"></feature>
<feature name="AutoRedialForVideoCall" statusflags="0x00000001" uid ="0x000006bb"></feature>
<feature name="BrowserProgressiveDownload" statusflags="0x00000001" uid ="0x000006bc"></feature>
<feature name="ProductIncludesHomeScreenEasyDialing" statusflags="0x00000001" uid ="0x000013dd"></feature>
<feature name="HlpClearKey" statusflags="0x00000001" uid ="0x00002af8"></feature>
<feature name="HlpMsk" statusflags="0x00000001" uid ="0x00002afb"></feature>
</featureset>
<defaultfeaturerange higheruid="0x10281805" loweruid="0x10279806"></defaultfeaturerange>
</featuredatabase>