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 |
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"
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.