remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h
branchRCL_3
changeset 9 57a65a3a658c
parent 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
5:3f7d9dbe57c8 9:57a65a3a658c
    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;
    30 const TInt KNSmlDMResetGenAlerts = -2;
    31 const TInt KNSmlMaxInt32Length = 10;
    31 const TInt KNSmlMaxInt32Length = 10;
       
    32 // UID of the Sosserver
       
    33 const TUid KPSUidNSmlSOSServerKey = {0x101F99FB};
       
    34 
       
    35 // PubSub key used to share information about the ongoing Device Management Job
       
    36 const TUint32 KNSmlDMSilentJob = 0x0000002;
       
    37 
       
    38 enum TDmSessionType
       
    39 {
       
    40 ESilent = 1,
       
    41 ENonSilent
       
    42 };
    32 // FOTA end
    43 // FOTA end
    33 
    44 
    34 #endif //__NSMLDMCONST_H__
    45 #endif //__NSMLDMCONST_H__