diff -r 000000000000 -r b497e44ab2fc syncmlfw/common/obex/obexdmplugin/inc/NSmlObexDMpluginConstants.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/syncmlfw/common/obex/obexdmplugin/inc/NSmlObexDMpluginConstants.h Thu Dec 17 09:07:52 2009 +0200 @@ -0,0 +1,35 @@ +/* +* 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 +#include + +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__ \ No newline at end of file