homescreenpluginsrv/inc/hsps_builds_cfg.hrh
changeset 1 844b978f8d5e
parent 0 79c6a41cd166
child 27 2c7f27287390
equal deleted inserted replaced
0:79c6a41cd166 1:844b978f8d5e
    36 
    36 
    37 // Controls whether an test application should be built. 
    37 // Controls whether an test application should be built. 
    38 // By default, should be undefined in official production builds.
    38 // By default, should be undefined in official production builds.
    39 #undef _HSPS_TESTAPP_
    39 #undef _HSPS_TESTAPP_
    40 
    40 
    41 // Controls whether internal test themes should be installed into the ROM drive.
       
    42 // By default, should be undefined in official production builds.
       
    43 #undef _HSPS_AUTOINSTALL_TEST_THEMES_
       
    44 
       
    45 // Controls whether old RDebug-prints should be processed. 
    41 // Controls whether old RDebug-prints should be processed. 
    46 // By default, should be undefined in official production builds. 
    42 // By default, should be undefined in official production builds. 
    47 #undef _hsps_DEBUG_
    43 #undef _hsps_DEBUG_
    48 
    44 
    49 // Controls whether performace tests should be logged
    45 // Controls whether performace tests should be logged
    63 // ***********************************************
    59 // ***********************************************
    64 // Override definitions for internal test builds
    60 // Override definitions for internal test builds
    65 // ***********************************************
    61 // ***********************************************
    66 #ifdef _hsps_INTERNAL_
    62 #ifdef _hsps_INTERNAL_
    67     #define ____HSPS_CFG_LOG_ON____
    63     #define ____HSPS_CFG_LOG_ON____
    68     #define _HSPS_TESTAPP_
    64     #define _HSPS_TESTAPP_    
    69     #define _HSPS_AUTOINSTALL_TEST_THEMES_    
       
    70     #define _hsps_DEBUG_
    65     #define _hsps_DEBUG_
    71     #define _hsps_SERVER_SHUTDOWN_ENABLED_
    66     #define _hsps_SERVER_SHUTDOWN_ENABLED_
    72 
    67 
    73     #ifdef _hsps_DEBUG_
    68     #ifdef _hsps_DEBUG_
    74         #define _hsps_PERFORMANCE_TEST_
    69         #define _hsps_PERFORMANCE_TEST_