diff -r 3f7d9dbe57c8 -r 57a65a3a658c remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h --- a/remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h Tue Feb 02 00:44:00 2010 +0200 +++ b/remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h Fri Feb 19 23:41:35 2010 +0200 @@ -29,6 +29,17 @@ // FOTA const TInt KNSmlDMResetGenAlerts = -2; const TInt KNSmlMaxInt32Length = 10; +// UID of the Sosserver +const TUid KPSUidNSmlSOSServerKey = {0x101F99FB}; + +// PubSub key used to share information about the ongoing Device Management Job +const TUint32 KNSmlDMSilentJob = 0x0000002; + +enum TDmSessionType +{ +ESilent = 1, +ENonSilent +}; // FOTA end #endif //__NSMLDMCONST_H__ \ No newline at end of file