mtpfws/mtpfw/inc/mtpframeworkconst.h
changeset 0 d0791faffa3f
child 4 60a94a45d437
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2006-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalTechnology
       
    19 */
       
    20 
       
    21 #ifndef MTPFRAMEWORKCONST_H
       
    22 #define MTPFRAMEWORKCONST_H
       
    23 
       
    24 /**
       
    25 The device data provider implementation UID.
       
    26 @internalTechnology
       
    27  
       
    28 */
       
    29 const TUint KMTPImplementationUidDeviceDp(0x102827AF);
       
    30 
       
    31 /**
       
    32 The file data provider implementation UID.
       
    33 @internalTechnology
       
    34  
       
    35 */
       
    36 const TUint KMTPImplementationUidFileDp(0x102827B0);
       
    37 
       
    38 /**
       
    39 The proxy data provider implementation UID.
       
    40 @internalTechnology
       
    41  
       
    42 */
       
    43 const TUint KMTPImplementationUidProxyDp(0x102827B1);
       
    44 
       
    45 /**
       
    46 The maximum number of concurrently enumerating data providers.
       
    47 @internalTechnology
       
    48  
       
    49 */
       
    50 const TUint KMTPMaxEnumeratingDataProviders(4);
       
    51 
       
    52 /** 
       
    53 The maximum SQL statement length.
       
    54 @internalTechnology
       
    55  
       
    56 */
       
    57 const TInt KMTPMaxSqlStatementLen = 384;
       
    58 
       
    59 /**
       
    60 The maximum SUID length.
       
    61 @internalTechnology
       
    62  
       
    63 */
       
    64 const TInt KMTPMaxSuidLen = 255;
       
    65 
       
    66 /**
       
    67 The deivce data provider DPID.
       
    68 @internalTechnology
       
    69 */
       
    70 const TUint KMTPDeviceDPID = 0;
       
    71 
       
    72 /**
       
    73 The file data provider DPID.
       
    74 @internalTechnology
       
    75 */
       
    76 const TUint KMTPFileDPID = 1;
       
    77 
       
    78 /**
       
    79 The proxy data provider DPID.
       
    80 @internalTechnology
       
    81 */
       
    82 const TUint KMTPProxyDPID = 2; 
       
    83 
       
    84 #endif // MTPFRAMEWORKCONST_H