syncmlfw/common/obex/obexdmplugin/inc/NSmlObexDMpluginConstants.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 13:36:17 +0300
branchRCL_3
changeset 18 2de6635c154b
parent 0 b497e44ab2fc
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* 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__