remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 9 57a65a3a658c
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
    25 _LIT8( KNSmlDMDmV, "1.0");
    25 _LIT8( KNSmlDMDmV, "1.0");
    26 _LIT8( KNSmlDMDmV12, "1.2");
    26 _LIT8( KNSmlDMDmV12, "1.2");
    27 // SyncML notification MIME type
    27 // SyncML notification MIME type
    28 _LIT( KNSmlDMNotificationMIMEType, "application/vnd.syncml.notification" );
    28 _LIT( KNSmlDMNotificationMIMEType, "application/vnd.syncml.notification" );
    29 // FOTA
    29 // FOTA
    30 const TInt KNSmlDMResetGenAlerts = -2;
       
    31 const TInt KNSmlMaxInt32Length = 10;
       
    32 // UID of the Sosserver
       
    33 const TUid KPSUidNSmlSOSServerKey = {0x101F99FB};
    30 const TUid KPSUidNSmlSOSServerKey = {0x101F99FB};
    34 
    31 const TUint32 KNSmlDMSilentJob = 0x0000005;
    35 // PubSub key used to share information about the ongoing Device Management Job
       
    36 const TUint32 KNSmlDMSilentJob = 0x0000002;
       
    37 
       
    38 enum TDmSessionType
    32 enum TDmSessionType
    39 {
    33 {
    40 ESilent = 1,
    34 ESilent = 1,
    41 ENonSilent
    35 ENonSilent
    42 };
    36 };
       
    37 const TInt KNSmlDMResetGenAlerts = -2;
       
    38 const TInt KNSmlMaxInt32Length = 10;
    43 // FOTA end
    39 // FOTA end
    44 
    40 
    45 #endif //__NSMLDMCONST_H__
    41 #endif //__NSMLDMCONST_H__