graphicsuis_plat/svgt_viewer_ui_api/inc/SVGTViewerAppDbgFlags.hrh
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2004,2005 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:  This header file enlists the Debug flags in use for the SVGT
       
    15 *                viewer
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef SVGTVIEWERAPPDBGFLAGS_HRH
       
    20 #define SVGTVIEWERAPPDBGFLAGS_HRH
       
    21 // $Flagname
       
    22 // Purpose:
       
    23 // Target Value:
       
    24 
       
    25 
       
    26 // SVGTVIEWERAPP_DBG_OPEN_HARDCODE_FILE
       
    27 // Purpose: If defined, this flag enables opening of a hardcoded file content
       
    28 //          for testing from Application Grid.
       
    29 // Target Value: Undefined 
       
    30 #undef SVGTVIEWERAPP_DBG_OPEN_HARDCODE_FILE
       
    31 
       
    32 // SVGTVIEWERAPP_DOWNLOADMGR_ENABLED
       
    33 // Purpose: If defined, this flag enables the download manager functionality 
       
    34 //          for fetching remote images
       
    35 // Target Value: defined
       
    36 #define SVGTVIEWERAPP_DOWNLOADMGR_ENABLED
       
    37 
       
    38 // SVGTVIEWERAPP_SAVE_TESTING
       
    39 // Purpose: If defined, this flag enables the save option to be enabled 
       
    40 //          in filemanager and doctest
       
    41 // Target Value: undefined
       
    42 #undef SVGTVIEWERAPP_SAVE_TESTING
       
    43 
       
    44 // SVGTVIEWERAPP_DBG_FLAG
       
    45 // Purpose: If defined, this flag enables the save option to be enabled 
       
    46 //          in filemanager and doctest
       
    47 // Target Value: undefined
       
    48 #undef SVGTVIEWERAPP_DBG_FLAG
       
    49 
       
    50 #endif // SVGTVIEWERAPPDBGFLAGS_HRH
       
    51 
       
    52 // End of file