ssmstatepolicy.h File Reference

const TInt KSsmStatePolicyDllTypeUidValue

const TInt KSsmStatePolicyDllTypeUidValue

The UID value for System State Policy DLLs.

const TUid KSsmStatePolicyDllTypeUid

const TUid KSsmStatePolicyDllTypeUid

The UID for System State Policy DLLs.

const TLitC< sizeof(L"ssm.state.policy.")/2 > KSsmStatePolicyFilenamePrefix

const TLitC < sizeof(L"ssm.state.policy.")/2 > KSsmStatePolicyFilenamePrefix [static]

Filenames of System State Policy DLLs must be named on the pattern KSsmStatePolicyFilenamePrefix + TSsmState::MainState() + KSsmStatePolicyFilenamePostfix. The State must be formatted as a right-aligned hexadecimal number with the fixed width of 4 digits. These DLLs can only be loaded from the ROM file system (from Z:).

const TLitC< sizeof(L".dll")/2 > KSsmStatePolicyFilenamePostfix

const TLitC < sizeof(L".dll")/2 > KSsmStatePolicyFilenamePostfix [static]