Patchable Constants: KApaLoadMbmIconsOnDemand

EXPORT_C extern const TInt KApaLoadMbmIconsOnDemand = 0;

Exported from:

ApServ.dll

Defined in:

.../mw/appsupport/appfw/apparchitecture/apserv/apsconstdata.cpp

Purpose:

APPARC can save memory in the font and bitmap server, by only loading MBM icons on demand. This constant determines whether this load on demand feature is enabled. The default value is 0, which means that, by default, the feature is not switched on.

When set to zero, all MBM icons are loaded at device boot and never unloaded. When set to non-zero, no MBM icons (apart from the default ones) are loaded at device boot. MBM icons are loaded on demand (and never unloaded afterwards).