syncmlfw/common/obex/obexdmplugin/inc/NSmlObexDMpluginConstants.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:34:58 +0300
changeset 68 415c00f1675d
parent 0 b497e44ab2fc
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  SyncML Obex plugin for Device Management
*
*/


#ifndef __NSMLOBEXDMPLUGINCONSTANTS__
#define __NSMLOBEXDMPLUGINCONSTANTS__

#include <e32def.h>
#include <bt_sock.h>

static const TUint KMIMELen = 128;
static const TInt KBufferSize = 1024;

_LIT8( KDataSyncMIME, "application/vnd.syncml+wbxml" );
_LIT8( KDataSyncDM, "application/vnd.syncml.dm+wbxml" );
_LIT8( KDataSyncDMAlertNotification, "application/vnd.syncml.notification" );
_LIT8( KTargetSyncDS, "SYNCML-SYNC" );
_LIT8( KTargetSyncDM, "SYNCML-DM" );


#endif //__NSMLOBEXDMPLUGINCONSTANTS__