diff -r 415c00f1675d -r 8ee66fcd0a7c policymanagement/dmutilserver/inc/PMUtilInternalCRKeys.h --- a/policymanagement/dmutilserver/inc/PMUtilInternalCRKeys.h Fri Sep 17 08:34:58 2010 +0300 +++ b/policymanagement/dmutilserver/inc/PMUtilInternalCRKeys.h Mon Oct 04 01:40:31 2010 +0300 @@ -118,5 +118,32 @@ */ const TUint32 KSyncMLForcedCertificateCheckKey = 0x00000006; +/** +* CenRep key for certificate label counter: +* Indicates current label value of certificate. +* +* Possible integer values: +* Positive numbers +* +* Default value: 0 (not defined) +* +* +*/ +const TUint32 KCertificateCounter = 0x00000007; + +/** +* CenRep key for server id: +* Indicates current trusted server id. +* +* Possible string values: +* some string names +* +* Default value: NULL(not defined) +* +* +*/ +const TUint32 KTrustedServerId = 0x00000008; + + #endif // PM_UTIL_PRIVATE_CR_KEYS_H