ImagePrint/ImagePrintEngine/DeviceProtocols/dpof/inc/rsconstants.h
branchRCL_3
changeset 20 159fc2f68139
parent 17 26673e532f65
child 21 d59c248c9d36
equal deleted inserted replaced
17:26673e532f65 20:159fc2f68139
     1 /*
       
     2 * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  File contains defines, and literal strings of global scope.  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef RSCONSTANTS_H
       
    20 #define RSCONSTANTS_H
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 const TInt KMaxPrintedPathLength=16;
       
    25 const TInt KMinWidthOrHeight=200;
       
    26 const TInt KStickersHelpPage = 1;
       
    27 const TInt KImagesHelpPage = 2;
       
    28 
       
    29 
       
    30 // log to file of heap useage
       
    31 //#define _HEAP_LOGGING_ 1
       
    32 
       
    33 // file logging EX-cluding mimeout.txt
       
    34 //#define _LOGGING_ 1
       
    35 
       
    36 // Out of memory tests when generating XHtml and sending
       
    37 //#define __OOM_TEST_SENDING__ 1
       
    38 
       
    39 // Allows debugging of the mime package and print job on the emulator with no bluetooth present.
       
    40 //#define __PRINT_TO_FILE__ 1
       
    41 
       
    42 // mimeout.txt logging
       
    43 //#define _MIMEOUT_LOGGING_ 1
       
    44 
       
    45 #ifdef __PRINT_TO_FILE__
       
    46 #ifndef _MIMEOUT_LOGGING_
       
    47 #define _MIMEOUT_LOGGING_ 1
       
    48 #endif
       
    49 #endif // __PRINT_TO_FILE__
       
    50 
       
    51 /// Extension for temporary files.
       
    52 _LIT(KTmpExtension, ".tmp");
       
    53 
       
    54 #endif // RSCONSTANTS_H
       
    55 
       
    56 //  End of File