remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h
changeset 0 b497e44ab2fc
child 9 57a65a3a658c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Constants for SyncML DM
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __NSMLDMCONST_H__
       
    20 #define __NSMLDMCONST_H__
       
    21 
       
    22 // SyncML DM software engine version, which is sent to a DM server within DmV element.
       
    23 // New plug-in versions or changes in existing ones have not effect to the version.  
       
    24 #include <e32base.h>
       
    25 _LIT8( KNSmlDMDmV, "1.0");
       
    26 _LIT8( KNSmlDMDmV12, "1.2");
       
    27 // SyncML notification MIME type
       
    28 _LIT( KNSmlDMNotificationMIMEType, "application/vnd.syncml.notification" );
       
    29 // FOTA
       
    30 const TInt KNSmlDMResetGenAlerts = -2;
       
    31 const TInt KNSmlMaxInt32Length = 10;
       
    32 // FOTA end
       
    33 
       
    34 #endif //__NSMLDMCONST_H__