1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225 |
- /*
- * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
- * All rights reserved.
- * This component and the accompanying materials are made available
- * under the terms of the License "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:
- * test_hrh.hrh (base on Symbian_OS_v9.4.hrh)
- *
- */
- #include <subdir/test_hrh_include.h>
- /**
- @publishedAll
- EKA2
- If EKA2 is defined, assume Kernel Architecture 2.
- If EKA2 is not defined, assume Kernel Architecture 1
- Kernel Architecture 2 is a defining property of the Cedar platform.
- Kernel Architecture 1 is a defining property of the Beech platform.
- */
- #ifndef EKA2
- #define EKA2
- #endif
- /**
- @publishedAll
- @deprecated
- @since 8.0
- SYMBIAN_CRYPTO
- */
- #define SYMBIAN_CRYPTO
- /**
- @publishedAll
- __CNF_FORMAT_V2__
- If __CNF_FORMAT_V2__ is defined, assume that Epoccnf.pl generates
- files in version 2 of the CNF format, and that both versions 1
- and 2 of this file format can be read by Conarc.
- If __CNF_FORMAT_V2__ is not defined, assume that Epoccnf.pl
- generates files in version 1 of the CNF format, and that only
- version 1 of this file format can be read by Conarc.
- */
- #define __CNF_FORMAT_V2__
- /**
- @publishedAll
- @deprecated
- @since 8.0
- __KEYSTORE_API_V2__
- */
- #define __KEYSTORE_API_V2__
- /**
- @publishedAll
- __BLUETOOTH_API_V2__
- If __BLUETOOTH_API_V2__ is defined assume that version 2 of the bluetooth
- subsystem will be built. This is binary compatible with version 1 for all
- published-all APIs but is not source compatible. Users of classes defined
- in BTDevice.h and BTManClient.h may need to make source changes.
- The BTRegistry.dll is removed, users should link instead against BTManClient.lib.
- The APIs provided by that DLL were classified as published-partner.
- @see CBTDevice
- @see SGL.GT172.103 - Bluetooth Compatibility Specification
- If __BLUETOOTH_API_V2__ is not defined then version 1 of the bluetooth subsystem
- will be built.
- */
- #define __BLUETOOTH_API_V2__
- /**
- @publishedAll
- __OBEX_USER_DEFINED_HEADERS__
- If __OBEX_USER_DEFINED_HEADERS__ is defined then the new API support for extended Headers will be available.
- This new support includes USER DEFINED HEADERS and the COUNT header.
- If this functionality is compiled out then the old API is available as before.
- For more information on see documents shown below.
- @see SGL.GT171.097 - Obex Header Extension how to
- @see SGL.GT171.095 - Obex Extension Design Document
- */
- #define __OBEX_USER_DEFINED_HEADERS__
- /**
- @publishedAll
- __HIDE_IPC_V1__
- If __HIDE_IPC_V1__ is defined then the deprecated insecure IPC APIs will be removed from various Symbian OS header files. Classes affected include CSession, CServer, RMessage and RMessageptr.
- For more information see the document listed below.
- @see SMG.SM0005.004 - Platform Security Development for Zephyr
- @see CSession
- @see CServer
- @see RMessage
- @see RMessagePtr
- */
- #define __HIDE_IPC_V1__
- /**
- @internalAll
- DO_NOT_USE_THIS_MACRO
- If DO_NOT_USE_THIS_MACRO is defined, assume the Cedar platform.
- If DO_NOT_USE_THIS_MACRO is not defined, assume the Beech platform.
- This macro was originally introduced as a stopgap measure, to
- identify differences between Symbian OS v7.0s and Symbian OS v8.0b
- which were not specifically to do with the change from Kernel
- Architecture 1 to Kernel Architecture 2.
- This macro will be deprecated when a suitable alternative is provided.
- */
- #ifndef DO_NOT_USE_THIS_MACRO
- #define DO_NOT_USE_THIS_MACRO
- #endif
- /**
- @publishedAll
- __CONDITIONS_SCHEDULES_VALID__
- If __CONDITIONS_SCHEDULES_VALID__ is defined then the Task Scheduler component
- supports creating persistent schedules based on a set of conditions and a
- timeout. The schedule is run when either all the conditions are met or the
- timeout is reached.
- This functionality is part of PREQ694 - PREQ 694 - Automatic sending of SMS on
- network reconnection.
- */
- #define __CONDITIONS_SCHEDULES_VALID__
- /**
- @publishedAll
- __JAVACUSTOMINSTALL__
- If __JAVACUSTOMINSTALL__ is defined then an additional UI callback is made after MIDlet
- installation has succeeded or failed. This callback is intended for information only and the
- information passed can be licensee customised. The intention would be that the device user
- can use this information to diagnose install problems in conjunction with network operators.
- If this #define is not present then the callback is not present and is not called.
- For more information on see documents shown below.
- @see SGL.GT0188.253 CDMA Java MIDlet Installer Component Design
- */
- #define __JAVACUSTOMINSTALL__
- /**
- @publishedAll
- __UI_FRAMEWORKS_V2__
- If __UI_FRAMEWORKS_V2__ is defined then PlatSec aware UI Frameworks API's will be available.
- The following frameworks will be affected:
- Applications
- File Recognizers
- Data Recognizers
- Notifiers
- Control Panel Plugins
- Feps
- App-initialization (CEikLibrary)
- Converters
- Error-Resolving
- */
- #define __UI_FRAMEWORKS_V2__
- #define SYMBIAN_HIDE_UI_FRAMEWORKS_V1
- #define SYMBIAN_REMOVE_UI_FRAMEWORKS_V1
- /**
- @publishedAll
- __BLUETOOTH_HCI_ALLOWS_AFH__
- If __BLUETOOTH_HCI_ALLOWS_AFH__ is defined the HCI interface will require the Adaptive Frequency Hopping CHCIBase pure virtual functions to be implemented in any derived class in Licensee produced host controller interface (HCI) code.
- If this is not defined no AFH commands may be sent to the host controller, and no AFH events will be received from the host controller.
- The APIs provided by the HCI DLL were classified as published-partner.
- @see CHCIBase
- @see MHCIEventObserver
- */
- #define __BLUETOOTH_HCI_ALLOWS_AFH__
- /**
- @publishedAll
- __MESSAGING_API_V2__
- If __MESSAGING_API_V2__ is defined then new functionality
- is available within the Messaging sub-system to support a
- platform secured OS, e.g. the Attachment API.
- */
- #define __MESSAGING_API_V2__
- #define __HIDE_MESSAGING_API_V1__
- #define __REMOVE_MESSAGING_API_V1__
- /**
- @internalAll
- __BC_FUTURE_PROOFING__
- Support for the implementation of PREQ743 "Introduction of interface
- robustness patterns to support future binary compatibility".
- */
- #define __BC_FUTURE_PROOFING__
- /**
- @publishedAll
- __SECURE_DATA__
- When __SECURE_DATA__ is defined, public read-only files are
- assumed to be in their data-caged locations. The presence of
- this #define does not imply that data-caging is enforced, and
- does not imply that binaries have been relocated to sys\bin.
- This #define supports PREQ537 "Platform security - file system layout".
- */
- #define __SECURE_DATA__
- /**
- @publishedPartner
- __SECURE_BIN__
- When __SECURE_BIN__ is defined, executable files stored as
- "data" in the XIP ROM are assumed to be in their data-caged
- locations. The presence of this #define does not imply that
- data-caging is enforced, and does not imply that binaries have
- been relocated to sys\bin.
- This #define supports PREQ537 "Platform security - file system layout".
- */
- #define __SECURE_BIN__
- /**
- @publishedAll
- __SECURE_TELEPHONY__
- If __SECURE_TELEPHONY__ is defined, all Platform Security functionality
- within the Telephony subsystem will be enabled.
- If __SECURE_TELEPHONY__ is not defined, no Platform Security functionality
- within the Telephony subsystem is enabled.
- */
- #define __SECURE_TELEPHONY__
- /**
- @publishedAll
- SYMBIAN_NETWORKING_PLATSEC
- If SYMBIAN_NETWORKING_PLATSEC is defined, additional platform security
- related functionality in enabled in the Comms-Infras and Networking
- subsystems (e.g. API policing).
- */
- #define SYMBIAN_NETWORKING_PLATSEC
- /**
- @publishedAll
- __WATCHER_API_V2__
- If __WATCHER_API_V2__ is defined then the
- watcher framework supports ECOM watcher plugins.
- */
- #define __WATCHER_API_V2__
- /**
- @publishedAll
- SYMBIAN_COREAPPS_API_V2
- If SYMBIAN_COREAPPS_API_V2 is defined then new functionality is available within
- the Core Apps sub-system (Contacts Model, Agenda Model and World Server) to
- support a platform secured OS.
- */
- #define SYMBIAN_COREAPPS_API_V2
- /**
- @publishedAll
- SYMBIAN_COREAPPS_PLUGIN_API_V2
- If SYMBIAN_COREAPPS_PLUGIN_API_V2 is defined then Ecom solely is used as loading
- mechanism.The legacy plugin loading mechanism is used otherwise.
- */
- #define SYMBIAN_COREAPPS_PLUGIN_API_V2
- /**
- @PublishedPartner
- SYMBIAN_SECURE_DBMS
- When SYMBIAN_SECURE_DBMS is defined, support for secure
- shared databases is enabled within DBMS.
- When not defined, all secure-shared-database-specific APIs
- take the form of dummy implementations which return KErrNone.
- */
- #define SYMBIAN_SECURE_DBMS
- /**
- @publishedPartner
- __SECURE_SOFTWARE_INSTALL__
- When __SECURE_SOFTWARE_INSTALL__ is defined, the Software
- Install APIs are replaced with versions appropriate to
- the Secure Platform.
- This #define supports PREQ56 "Software install enhancements"
- */
- #define __SECURE_SOFTWARE_INSTALL__
- /**
- @publishedAll
- __SECURITY_PLATSEC_ARCH__
- If this macro is defined, then platform security aware security services
- APIs will be present. This includes architectural changes to several
- components.
- If this macro is not defined, the original version (since 8.0) of the
- security services APIs will be present.
- The following components are affected:
- cryptotokens
- certman
- filetokens
- */
- #define __SECURITY_PLATSEC_ARCH__
- /**
- @publishedAll
- SYMBIAN_SECURE_ECOM
- When SYMBIAN_SECURE_ECOM is not defined, ECOM plugins are discovered by
- searching for DLLs in System\libs\plugins, and inferring the name of
- the resource file from the UID3 of the DLL.
- When SYMBIAN_SECURE_ECOM is defined, ECOM plugins will also be discovered
- by searching for resource files in \Resource\Plugins, and inferring the
- name of the DLL from the name of the resource file. When platform security
- is fully enforced, only this new style of discovery will work.
- @see common\generic\syslibs\documentation\syslibs_functional_specification.doc
- */
- #define SYMBIAN_SECURE_ECOM
- /**
- @publishedAll
- SYMBIAN_SECURITY_CAF_RFILE_HANDLE
- If SYMBIAN_SECURITY_CAF_RFILE_HANDLE is defined then it enables the Content Access
- Framework to read from files passed to it as an open RFile handles instead of CAF
- opening the file itself. This allows files stored in a data caged directory to be
- read by CAF.
- */
- #define SYMBIAN_SECURITY_CAF_RFILE_HANDLE
- /**
- @publishedPartner
- SYMBIAN_C32ROOT_API_V2
- Strengthens the C32Root API and extends it to include
- configuration of queue length for bindings.
- This #define supports PREQ318.
- */
- #define SYMBIAN_C32ROOT_API_V2
- /**
- @publishedPartner
- SYMBIAN_ESOCK_V3
- If SYMBIAN_ESOCK_V3 is defined, the socket server allows protocol
- families to run in individual threads to protect one protocol family
- from the behaviour of another. The allocation of protocol families to
- threads is determined by a naming convention on the ESK files.
- This #define supports PREQ318.
- */
- #define SYMBIAN_ESOCK_V3
- /**
- @publishedPartner
- SYMBIAN_UIKON_UNIFICATION
- When SYMBIAN_UIKON_UNIFICATION is defined, the existing
- CEikSrvAppUiBase class is replaced with a customisable class
- provided by the System GUI.
- This #define supports PREQ819 and PREQ826
- */
- #define SYMBIAN_UIKON_UNIFICATION
- /**
- @publishedPartner
- @released 9.0
- SYMBIAN_NETWORKING_RSUBCONNECTION
- If SYMBIAN_NETWORKING_RSUBCONNECTION is defined, the RQosChannel API is
- removed, and the RSubConnection API exported by ESOCK must be used instead.
- This #define supports PREQ 26.
- */
- #define SYMBIAN_NETWORKING_RSUBCONNECTION
- /**
- @publishedAll
- SYMBIAN_UI_FRAMEWORKS_CONTROL_API_V2
- If SYMBIAN_UI_FRAMEWORKS_CONTROL_API_V2 is defined then
- the following additional features will be available in CONE.
- 1) Functions to set and get the background of a control.
- 2) Functions to add components to a compound control in a simpler way.
- 3) Hooks for the support of layout managers.
- 4) A component that will provide fonts and cache them for easier use
- of these fonts by controls.
- @see CCoeControl
- */
- #define SYMBIAN_UI_FRAMEWORKS_CONTROL_API_V2
- /**
- @publishedPartner
- SYMBIAN_SECURE_MIDLET_INSTALL
- If SYMBIAN_SECURE_MIDLET_INSTALL is defined then the Java MIDlet
- Installer supports installation under Platform Security policies,
- using the interface published by security\JavaMIDletInstaller.
- If SYMBIAN_SECURE_MIDLET_INSTALL is not defined then Java MIDlet
- installation is achieved through the security\appinst interfaces.
- */
- #define SYMBIAN_SECURE_MIDLET_INSTALL
- /**
- @publishedAll
- __SECURE_BACKUP__
- If __SECURE_BACKUP__ is defined, the Secure Backup server replaces
- the use of SCRemFs for backup and restore, changing the backup protocol.
- Applications which have private data need to provide additional backup
- registration files, and may use Publish & Subscribe to receive
- notification of backup requests.
- This #define supports PREQ716 - Provide support for secure backup and
- restore for licensee PC Connectivity software
- */
- #define __SECURE_BACKUP__
- /**
- @published All
- SYMBIAN_COMMS_REPOSITORY
- Comms data is now stored in the Central Repository rather than the DBMS server.
- A new module, CommsDat.dll, replaces Commdb.dll as the interface for comms data stored on a device.
- CommsDat has a different API to Commdb, but provides equivalent functionality.
- There is no longer an SQL API for access to Comms Data.
- Commdb tools have been migrated for use with CommsDat
- Commdb is deprecated and should not be used, though it remains as a temporary BC shim on top of CommsDat.
- */
- #define SYMBIAN_COMMS_REPOSITORY
- /**
- @publishedAll
- __HIDE_WATCHER_API_V1__
- Hides support APIs for loading non-ECOM watcher plugins. Non-ECOM watcher
- plugins are still loaded. The associated define __REMOVE_WATCHER_API_V1__
- removes the implementation of the support APIs.
- Assumes that __WATCHER_API_V2__ has been defined.
- */
- #define __HIDE_WATCHER_API_V1__
- #define __REMOVE_WATCHER_API_V1__
- /**
- @publishedAll
- SYMBIAN_NETWORKING_REMOVE_RGENERIC
- If this macro is defined the deprecated APIs RGenericAgent,
- RNif, RNifMonitor and Nifman are removed. All of these APIs,
- exported by NIFMAN, have been deprecated and replaced by
- the RConnection API exported by ESOCK.
- @see Break request BR1070
- */
- #define SYMBIAN_NETWORKING_REMOVE_RGENERIC
- /**
- @publishedPartner
- SYMBIAN_IGNORE_BIN_TARGETPATH
- When SYMBIAN_IGNORE_BIN_TARGETPATH is defined the TARGETPATH keyword in MMP files is ignored for executables.
- Executables for the emulator instead get built to the default location.
- e.g. \epoc32\release\winscw\udeb
- */
- #define SYMBIAN_IGNORE_BIN_TARGETPATH
- /**
- @publishedAll
- SYMBIAN_HIDE_COREAPPS_API_V1
- If SYMBIAN_HIDE_COREAPPS_API_V1 is defined then the insecure CoreApps APIs
- will be removed from various Symbian OS header files. Components affected are
- Contacts Model, Agenda Model and World Server.
- The related define SYMBIAN_REMOVE_COREAPPS_API_V1 removes the underlying implementations,
- causing a binary compatibility break to match the source compatibility break.
- */
- #define SYMBIAN_HIDE_COREAPPS_API_V1
- #define SYMBIAN_REMOVE_COREAPPS_API_V1
- /**
- @publishedAll
- __SECURE_API__
- Hides unsecure APIs. Many of these have been replaced by Secure variants
- but some are no longer available in a Secure platform.
- e.g.
- @see User::RenameThread
- @see User::CommandLine
- */
- #define __SECURE_API__
- #define SYMBIAN_REMOVE_INSECURE_API
- /**
- @publishedPartner
- @since 8.1
- SYMBIAN_BLUETOOTH_REQUIRES_HCI_FLUSH_COMPLETE_EVENT
- If this is defined, the MHCIEventObserver class must implement
- the FlushCompleteEvent virtual function, which will be used by
- the link manager to send Flush Complete events up to the stack.
- If this macro is not defined, Flush Complete events will be discarded.
- @see MHCIEventObserver
- @see CHCIFacade
- */
- #define SYMBIAN_BLUETOOTH_REQUIRES_HCI_FLUSH_COMPLETE_EVENT
- /**
- @publishedPartner
- SYMBIAN_FONT_METRICS_V2
- If this is defined, then classes which derive from COpenFont (usually
- these are part of a font rasterizer implementation) must set the
- protected member variables:
- iFontAscentOfCapitals
- iFontAscentIncAccents
- iFontDescent
- iFontLineGap
- to appropriate values during the creation of a font.
- If this macro is not defined then these member variables do not exist.
- @see COpenFont
- */
- #define SYMBIAN_FONT_METRICS_V2
- /**
- @publishedPartner
- SYMBIAN_GRAPHICS_ALPHA_SUPPORT_V1
- When SYMBIAN_GRAPHICS_ALPHA_SUPPORT_V1 is defined a new EColor16MA
- display mode is available, having an alpha channel. The alpha support
- is tailored to the needs of wserv server-side, although some alpha
- support will also be available to client applications.
- This #define supports PREQ915.
- */
- #define SYMBIAN_GRAPHICS_ALPHA_SUPPORT_V1
- /**
- @publishedPartner
- SYMBIAN_TELEPHONY_IMS
- If SYMBIAN_TELEPHONY_IMS is defined then IMS related APIs are included
- in Telephony components.
- This #define supports PREQ61.
- */
- #define SYMBIAN_TELEPHONY_IMS
- /**
- @internalComponent
- __LEAVE_EQUALS_THROW__
- If __LEAVE_EQUALS_THROW__ is defined, User::Leave() and TRAP() are
- implemented in terms of C++ exceptions where the compiler supports this.
- If __LEAVE_EQUALS_THROW__ is not defined, the legacy Symbian exception
- mechanism is used instead.
- Support for C++ exceptions by the compiler is indicated by the
- internal macro __SUPPORT_CPP_EXCEPTIONS__ supplied by the tools.
- Where this macro is not present, __LEAVE_EQUALS_THROW__ is automatically
- undefined.
- This macro supports PREQ519 "Implement User::Leave() in terms of throw()".
- */
- #define __LEAVE_EQUALS_THROW__
- /**
- @publishedPartner
- SYMBIAN_CAF_V2
- The SYMBIAN_CAF_V2 flag indicates the CAF API v2 is present.
- CAF v2 supports files containing multiple content objects, which requires
- a change of API for CAF agents: agents written for CAF v1 will not compile
- against CAF v2. See BR.1219.2 for migration information.
- This #define supports PREQ780.
- */
- #define SYMBIAN_CAF_V2
- /**
- @publishedAll
- SYMBIAN_MDF_API_V2
- This macro selects the Symbian OS 9.x phase of development in
- the Media Device Framework API, including changes to enable
- MDF Video Decoder Hardware devices to support applications,
- streaming and demux.
- @see CMMFVideoPlayHwDevice
- */
- #define SYMBIAN_MDF_API_V2
- /**
- SYMBIAN_GENERIC_SYSTEM_STARTUP
- @publishedPartner
- This #define enables the generic start-up architecture in
- which the System Starter process is responsible for the
- controlled startup of the system.
- The #define supports PREQ808 and PREQ809.
- */
- #define SYMBIAN_GENERIC_SYSTEM_STARTUP
- /**
- SYMBIAN_STAGED_SYSTEM_STARTUP
- @publishedPartner
- When SYMBIAN_STAGED_SYSTEM_STARTUP is defined, the staged
- start-up architecture has been introduced into the OS and
- 'Start-up State Aware' components can make use of the
- architecture.
- This #define supports PREQ 810.
- */
- #define SYMBIAN_STAGED_SYSTEM_STARTUP
- /**
- SYMBIAN_TIMEZONE_SUPPORT_V1
- @publishedAll
- When SYMBIAN_TIMEZONE_SUPPORT_V1 is defined the App-services TzClient.dll
- module (and accompanying import library) is made available for client
- application use.
- This #define supports PREQ663
- */
- #define SYMBIAN_TIMEZONE_SUPPORT_V1
- /**
- SYMBIAN_ECAM_CHUNKAPI
- @publishedAll
- @released
- Specifies that an extended API will be used in the multimedia
- camera interface. This has a v2 observer which allows camera data
- to be returned without buffer copy, and also allows clients to set
- camera access priority
- @see CCamera
- @see MCameraObserver2
- This #define supports PREQ799.
- */
- #define SYMBIAN_ECAM_CHUNKAPI
- /**
- @publishedAll
- SYMBIAN_SECURE_PUBLISH_AND_SUBSCRIBE
- If this macro is defined, then the Bluetooth stack reconfigures to take
- advantage of security mechanisms in Publish and Subscribe. Any other
- components requiring reconfiguration to make use of Publish and Subscribe
- can also use this macro.
- */
- #define SYMBIAN_SECURE_PUBLISH_AND_SUBSCRIBE
- /**
- @publishedAll
- SYMBIAN_MMF_AUTOPAUSE_RESUME
- This #define enables extra features in the MMF APIs for auto pause
- and resume of audio streams.
- */
- #define SYMBIAN_MMF_AUTOPAUSE_RESUME
- /**
- @publishedPartner
- SYMBIAN_BLUETOOTH_ESCO_ENABLED
- Enable support for Bluetooth eSCO synchronous links.
- Defining this macro extends the interface to CHCIBase to support
- the Synchronous connection commands added in Bluetooth 1.2.
- */
- #define SYMBIAN_BLUETOOTH_ESCO_ENABLED
- /**
- SYMBIAN_ROM_STATIC_PLUGIN_INFORMATION
- @publishedPartner
-
- This macro enables a consolidation phase in the ROM building
- process to generate additional metadata for each ROM drive.
- The metadata describes the content and structure of the ROM
- conveniently filtered for any component that requires it.
- Components supply metadata with the "spidata" BUILDROM keyword.
- This macro supports PREQ806 and other requirements that
- eliminate run-time scanning of ROM content.
- */
- #define SYMBIAN_ROM_STATIC_PLUGIN_INFORMATION
- /**
- @publishedPartner
- SYMBIAN_BOOKMARK_DATABASE
- The Bookmark Database is an API used to provide system-wide
- storage and management functionality for URI bookmarks.
- If defined, this macro indicates that the Bookmark Database
- API is present in the platform.
- */
- #define SYMBIAN_BOOKMARK_DATABASE
- /**
- @publishedAll
- SYMBIAN_ASSUME_SECURE_DATA
- When this macro is defined, all data files are assumed to be in their secure
- locations, and all code which provided backward compatibility for the
- insecure locations is removed. For example, ICL extended resource files
- will not be loaded from System\Libs\Plugins, only from \Resource\ICL.
- This macro only makes sense if __SECURE_DATA__ is defined.
- */
- #define SYMBIAN_ASSUME_SECURE_DATA
- /**
- @publishedPartner
- SYMBIAN_SWI_POST_INSTALL_REVOCATION
- When SYMBIAN_SWI_POST_INSTALL_REVOCATION is defined,
- support for the SWI post install revocation service is enabled.
- This #define supports PREQ919
- */
- #define SYMBIAN_SWI_POST_INSTALL_REVOCATION
- /**
- @publishedAll
- SYMBIAN_REMOVE_TRIVIAL_ENCRYPTION
- This macro removes the trivial encryption APIs that are exported by EUSER.
- See BR1320 for more details
- */
- #define SYMBIAN_REMOVE_TRIVIAL_ENCRYPTION
- /**
- @publishedPartner
- SYMBIAN_FLEXIBLE_ALARM
- When this macro is defined, Calendar Interim API, Alarm server and UIKON
- Alert Server will support additional functionality.
- - Extra data can be attached to calendar alarm and allow UI app
- to retrieve the associated data.
- - The Alarm server can send multiple expired alarms to Alert Server without
- waiting for the previous alarm acknowledged first
- - A Resource file can be used to configure alarm play intervals and durations,
- or to disable alarm sound control.
- This #define supports PREQ1118
- */
- #define SYMBIAN_FLEXIBLE_ALARM
- /**
- @publishedPartner
- SYMBIAN_C32_SERCOMMS_V2
- Description:
- If SYMBIAN_C32_SERCOMMS_V2 is defined, the Comms Server allows grouped CSYs
- to get loaded into individual threads in order to avoid CSY blocking.
- The allocation of CSYs to threads is determined by naming convention from
- the configurator/INI file.
- This #define supports PREQ890
- */
- //#define SYMBIAN_C32_SERCOMMS_V2
- /**
- @publishedPartner
- SYMBIAN_SMS_REL6_SUPPORT
- SMS Release 6 support is defined in the 3GPP specifications
- (3GPP TS 23.040 V6.5.0 and 3GPP TS 23.038 V6.1.0).
- If defined, this macro indicates that Symbian OS SMS APIs
- shall support Release 6 functionality.
- */
- #define SYMBIAN_SMS_REL6_SUPPORT
- /**
- @publishedPartner
- SYMBIAN_HCI_API_V2
- If SYMBIAN_HCI_API_V2 is defined then the HCI APIs provided in PREQ750
- (Bluetooth HCI improvements) will be required for use by a version 2
- Bluetooth Stack and a version 2 HCI. These APIs are neither binary nor
- source compatible with the previous version 1 HCI APIs. Both the original
- version 1 Bluetooth stack and HCI, and the new version 2 Bluetooth stack
- and HCI will be built, but both rombuild and the emulator will be
- configured to use the version 2 binaries. The version 2 HCI will support
- all commands and events listed in Bluetooth v2.0 specification.
- If SYMBIAN_HCI_API_V2 is not defined then only the version 1 Bluetooth
- stack and HCI will be built and used by rombuild and the emulator.
- The version 1 HCI supports most but NOT all commands and events listed
- in Bluetooth v2.0 specification.
- See BR1613 for more information.
- */
- //#define SYMBIAN_HCI_API_V2
- /**
- @publishedPartner
- SYMBIAN_NETWORKING_UMTSR5
- If SYMBIAN_NETWORKING_UMTSR5 is defined support for the QoS
- and IMS parameters introduced by Release 5 of the 3GPP
- specification will be enabled. This involves a BC break in
- TContextConfig - see BR1582.1 for details.
- @see TContextConfig
- This #define supports PREQ192 and PREQ635.
- */
- #define SYMBIAN_NETWORKING_UMTSR5
- /**
- @publishedPartner
- SYMBIAN_NETWORKING_3GPPDEFAULTQOS
- If SYMBIAN_NETWORKING_3GPPDEFAULTQOS is defined, support
- for QoS modification on the default PDP context will be
- enabled via the RSubconnection API.
- This #define supports PREQ870.
- */
- #define SYMBIAN_NETWORKING_3GPPDEFAULTQOS
- /**
- @publishedAll
- SYMBIAN_NETWORKING_WIFI
- If SYMBIAN_NETWORKING_WIFI is defined the following WiFi
- functionality is enabled:
- 1) New WiFi components can be built.
- 2) WiFi specific CommsDat tables are enabled.
- This #define supports PREQ719 and PREQ1054.
- */
- #define SYMBIAN_NETWORKING_WIFI
- /**
- @internalTechnology
- SYMBIAN_COMMSDEBUGUTILITY_V2
- If SYMBIAN_COMMSDEBUGUTILITY_V2 is defined then COMSDBGUTIL.DLL
- becomes a thin layer over the System Tracer. Users of CCFLogIf class
- have to migrate to use the __FLOG macros instead.
- This change also affects the way that CommsDebugUtility logging is
- controlled, and the format of the logs produced. See BR1632 and BR1715.
- */
- //#define SYMBIAN_COMMSDEBUGUTILITY_V2
- /**
- @publishedPartner
- SYMBIAN_LFFS_SIBLEY_NORFLASH
- If SYMBIAN_LFFS_SIBLEY_NORFLASH is defined support for LFFS on
- Intel Sibley NOR flash is enabled.
- This #define supports PREQ912 and involves a BC break in the
- parameter list for DMediaDriverFlash::Caps() - see BR1680 for details.
- */
- //#define SYMBIAN_LFFS_SIBLEY_NORFLASH
- /**
- @publishedAll
- SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
- If SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY is defined
- then the comms-infras framework supports the management plane
- with the RCommsManager API providing support for connection
- selection, bearer mobility and other functionality.
- This #define supports PREQ 1060.
- */
- //#define SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
- /**
- @publishedPartner
- SYMBIAN_NETWORKING_IPSEC_IKE_V2
- If SYMBIAN_NETWORKING_IPSEC_IKE_V2 is defined, IPSEC will
- be able to support Internet Key Exchange version 2 in
- addition to IKE v1. This involves a change in the size of
- the TPfkeyMsgBase class - see BR1736.1.
- Actual support for IKE v2 will depend on the provision
- of a suitable plugin to the Key Management Daemon.
- This #define supports PREQ1223.
- */
- #define SYMBIAN_NETWORKING_IPSEC_IKE_V2
- /**
- @publishedPartner
- SYMBIAN_PKCS12
- If SYMBIAN_PKCS12 is defined, the PKCS#12 Key Derivation
- Algorithm is supplied.
- This #define supports PREQ1054.
- */
- #define SYMBIAN_PKCS12
- /**
- @publishedAll
- SYMBIAN_CNTMODEL_V2
- If SYMBIAN_CNTMODEL_V2 is defined, clients of the
- Contacts Model can exploit the efficiency improvements
- introduced by PREQ811, e.g. efficient use of transactions.
- This #define supports PREQ811
- */
- #define SYMBIAN_CNTMODEL_V2
- /**
- @publishedAll
- SYMBIAN_WSERV_AND_CONE_MULTIPLE_SCREENS
- If SYMBIAN_WSERV_AND_CONE_MULTIPLE_SCREENS is defined, new
- APIs are provided in cone.lib and ws32.lib which allow
- applications to draw to multiple displays simultaneously and
- react to a change of the active display.
- This #define supports PREQ1227
- @see CCoeEnv::ScreenDevice
- @see CScreenItem
- */
- //#define SYMBIAN_WSERV_AND_CONE_MULTIPLE_SCREENS
- /**
- @publishedPartner
- SYMBIAN_CENTREP_NOC
- If SYMBIAN_CENTREP_NOC is defined, the Central Repository
- includes Notify-Only Client Optimization. This will cause
- repositories to be unloaded after a timeout even if the
- connection is still open.
- This #define supports PREQ1228.
- */
- #define SYMBIAN_CENTREP_NOC
- /**
- @publishedAll
- SYMBIAN_VARIABLE_BITRATE_CODEC
- If SYMBIAN_VARIABLE_BITRATE_CODEC is defined then
- CMMFSwCodecWrapper based audio hardware devices in the
- Multimedia Framework (MMF) can support variable bitrate codecs.
- @see CMMFSwCodecWrapper
- */
- #define SYMBIAN_VARIABLE_BITRATE_CODEC
- /**
- @publishedAll
- SYMBIAN_SWTRACER_V1
- When defined, the new System Wide Tracer APIs are available.
- @see SWT::RTracer
- This #define supports PREQ505
- */
- //#define SYMBIAN_SWTRACER_V1
- /**
- @publishedPartner
-
- SYMBIAN_TELEPHONY_USAT5
- If SYMBIAN_TELEPHONY_USAT5 is defined then support for 3GPP
- Release 5 (U)SAT will be enabled.
- @see RSat::TCallControlV5
- This #define supports PREQ1234.
- */
- #define SYMBIAN_TELEPHONY_USAT5
- /**
- @publishedAll
- SYMBIAN_MULTIMEDIA_CODEC_API
- If SYMBIAN_MULTIMEDIA_CODEC_API is defined then support is
- available for PREQ1024 delivered Processing Unit or
- OpenMAX based codecs and Multimedia hardware devices.
- */
- #define SYMBIAN_MULTIMEDIA_CODEC_API
- /**
- @publishedAll
- SYMBIAN_CURB_SYSTEMSERVER_PRIORITIES
- If SYMBIAN_CURB_SYSTEMSERVER_PRIORITIES is defined, threads at
- priority SystemServer/More (i.e. process priorities EPriorityFileServer,
- EPriorityWindowServer or EPrioritySupervisor with relative thread priority
- EPriorityMore) are mapped to absolute priority 23, equal to the highest
- priority available to normal applications. This lowers the Window Server
- and File Server priorities so application threads can timeslice with them,
- benefitting audio and other pseudo real-time applications.
- If SYMBIAN_CURB_SYSTEMSERVER_PRIORITIES is not defined, these system server
- priorities remain at 24, preempting all normal user application threads.
- This #define supports PREQ955, and BR1821.
- */
- #define SYMBIAN_CURB_SYSTEMSERVER_PRIORITIES
- /**
- @publishedPartner
- SYMBIAN_APPARC_APPINFO_CACHE
- If SYMBIAN_APPARC_APPINFO_CACHE is defined then apparc creates
- a file of application information on the first boot, which is
- used during subsequent boots for application information.
- */
- #define SYMBIAN_APPARC_APPINFO_CACHE
- /**
- @publishedAll
- SYMBIAN_ENABLE_MMF_MULTISCREEN_SUPPORT
- If SYMBIAN_ENABLE_MMF_MULTISCREEN_SUPPORT is defined then
- the Multimedia Framework (MMF) can support video playback on
- a secondary display. The default screen will be the screen
- number in the cone environment.
- @see CVideoPlayerUtility
- */
- #define SYMBIAN_ENABLE_MMF_MULTISCREEN_SUPPORT
- /**
- @publishedAll
- SYMBIAN_USE_MMF_RUF_RECOGNIZER
- If SYMBIAN_USE_MMF_RUF_RECOGNIZER is defined, the MMF recognizer is able to
- recognize formats such as MPEG4, MPEG2, AAC and Divx.
- */
- #define SYMBIAN_USE_MMF_RUF_RECOGNIZER
- /**
- @publishedAll
- SYMBIAN_NETWORKING_EAP
- If SYMBIAN_NETWORKING_EAP is defined the following
- functionality is affected:
- 1) Generic EAP-Framework Components built
- 2) Generic Support EAP-MSCHAPv2, PEAPv0, EAP-TTLS, EAP-TLS, EAP-SIM and EAP-AKA enabled
- 3) WiFi specific EAP Framework and EAP Methods not built
- This #define supports PREQ1623.
- */
- //#define SYMBIAN_NETWORKING_EAP
- /**
- @publishedAll
- SYMBIAN_EXTENDED_COMPOSITE_FILESYSTEM
- If SYMBIAN_EXTENDED_COMPOSITE_FILESYSTEM is defined, the Composite
- File System allows more than one ROFS partition to be included in
- the composite Z: drive.
- This #define supports PREQ1085
- */
- #define SYMBIAN_EXTENDED_COMPOSITE_FILESYSTEM
- /**
- @publishedPartner
- SYMBIAN_SUPPORT_LINKED_FONTS
- If SYMBIAN_SUPPORT_LINKED_FONTS is defined then APIs are provided
- to create 'linked' font instances which combine glyph sets from
- multiple existing font glyph sets.
- @see CLinkedTypefaceElement
- @see CLinkedTypefaceSpecification
- This #define supports PREQ1431.
- */
- #define SYMBIAN_SUPPORT_LINKED_FONTS
|