idlehomescreen/xmluirendering/inc/xuikon_builds_cfg.hrh
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  Build-flags definition file for Xuikon R&D. Should be deleted in product.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __XUIKON_BUILDS_HRH__
       
    20 #define __XUIKON_BUILDS_HRH__
       
    21 
       
    22 
       
    23 #undef __3D_MENU
       
    24 
       
    25 
       
    26 // Support for theme installation in UiEngine
       
    27 //#define __XN3_THEME_INSTALLER
       
    28 #undef __XN3_THEME_INSTALLER
       
    29 
       
    30 // _XN3_INTERNAL_ is for Xuikon internal image builds, never defined in official 
       
    31 // builds. The flag controls definition repository file exporting and iby-exporting. 
       
    32 
       
    33 // Comment/uncomment the next lines (#define _XN3_INTERNAL_) if you are going to build internal/official build. 
       
    34 // The flag presumes that XuikonTestTools are located under Xuikon/internal-folder.
       
    35 //#define _XN3_INTERNAL_
       
    36 #undef _XN3_INTERNAL_
       
    37 
       
    38 // _XN3_DEBUG_ controls Xuikon debug-build. Can be used with internal and external 
       
    39 // builds as an additional build flag.
       
    40 // Comment/uncomment the next line (#define _XN3_DEBUG_) if you are willing to allow RDebug-prints 
       
    41 // and Xuikon modified MemMon-app included in Xuikon-build. Its in your responsibility if you do so.
       
    42 //#define _XN3_DEBUG_
       
    43 #undef _XN3_DEBUG_
       
    44 
       
    45 // Support for detecting file changes in emulator
       
    46 #undef _XN3_EMULATOR_SUPPORT_
       
    47 
       
    48 // Flag for performace test instrumentations
       
    49 //#define _XN3_PERFORMANCE_TEST_
       
    50 #undef _XN3_PERFORMANCE_TEST_
       
    51 
       
    52 #ifdef _XN3_DEBUG_
       
    53 #define _XN3_PERFORMANCE_TEST_
       
    54 #if defined(WINSCW) || defined(__WINS__) //WINSCW for MMP 
       
    55 #define _XN3_EMULATOR_SUPPORT_
       
    56 #endif
       
    57 #endif
       
    58 
       
    59 // Comment/uncomment the next line (#define _XN3_SECURITY_NOT_IN_USE_) if you are willing to take access rights 
       
    60 // and validity checks off in Xuikon-build.
       
    61 //#define _XN3_SECURITY_NOT_IN_USE_
       
    62 #undef _XN3_SECURITY_NOT_IN_USE_
       
    63 
       
    64 // using memory chunks in theme load
       
    65 //#define _XN3_USE_CHUNK_MODE_
       
    66 
       
    67 // using file handle in theme load - default
       
    68 #undef _XN3_USE_CHUNK_MODE_
       
    69 
       
    70 #endif// __XUIKON_BUILDS_HRH__