1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #if !defined(MTPDATAPROVIDERCONFIG_HRH)
23 #define MTPDATAPROVIDERCONFIG_HRH
26 The ECOM data provider type identifier.
30 #define KMTPDataProviderTypeECOM 0x0001
33 The undefined operational mode bit flag.
37 #define KMTPModeUnknown 0x0000
40 The MTP operational mode bit flag.
44 #define KMTPModeMTP 0x0001
47 The PTP operational mode bit flag.
51 #define KMTPModePTP 0x0002
54 The PictBridge operational mode bit flag.
58 #define KMTPModePictBridge 0x0004
61 #endif // MTPDATAPROVIDERCONFIG_HRH