ssmpatchableconstants.h File Reference

IMPORT_C const TUint32 KSsmGracefulOffline

IMPORT_C const TUint32 KSsmGracefulOffline

This patchable constant enables the feature of graceful offline notification. The default value for KSsmGracefulOffline is 0x0.

To patch these values, add a line to an iby or oby file that is included in the rom being built using the following format:

"patchdata <dll> @ <symbol> <newvalue>" By default this feature will not be enabled. e.g. to enable graceful offline notification "patchdata ssmcmn.dll @ KSsmGracefulOffline 0xFFFFFFFF"

IMPORT_C const TUint32 KSsmInvalidSim

IMPORT_C const TUint32 KSsmInvalidSim

This patchable constant enables the feature for checking of Invalid Sim The default value for KSsmInvalidSim is 0x0.

To patch these values, add a line to an iby or oby file that is included in the rom being built using the following format:

"patchdata <dll> @ <symbol> <newvalue>" By default this feature will not be enabled. e.g. to enable feature to check whether sim is invalid "patchdata ssmcmn.dll @ KSsmInvalidSim 0xFFFFFFFF"