mtpfws/mtpfw/common/inc/mtpbuildoptions.hrh
changeset 0 d0791faffa3f
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 // Build options for MTP
       
    15 // Special build flag, capture request, data phase and responses to disk.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 //#define MTP_CAPTURE_TEST_DATA 1
       
    24 
       
    25 /**
       
    26 Special build flag, enable this macro will make only "c:\mtptest" and 
       
    27 "z:\mtptest" visible to the file dp.
       
    28 */
       
    29 #define MTP_PROXY_TEST_TRANSPORT 1
       
    30 
       
    31 
       
    32 /**
       
    33 Build flag to enable/disable Flogger __FLOG_HEXDUMP within the USB transport, UDEB builds only
       
    34 Note: When enabled this flag may cause lockups when transferring large (1024KB+ files) over USB.
       
    35 */
       
    36 //#define MTP_DEBUG_FLOG_HEX_DUMP 1