remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h
branchRCL_3
changeset 9 57a65a3a658c
parent 0 b497e44ab2fc
child 25 b183ec05bd8c
--- 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