bluetoothengine/headsetsimulator/core/inc/prjconfig.h
branchheadsetsimulator
changeset 60 90dbfc0435e3
equal deleted inserted replaced
59:02103bf20ee5 60:90dbfc0435e3
       
     1 /*
       
     2  * Component Name: Headset Simulator
       
     3  * Author: Comarch S.A.
       
     4  * Version: 1.0
       
     5  * Copyright (c) 2010 Comarch S.A.
       
     6  *  
       
     7  * This Software is submitted by Comarch S.A. to Symbian Foundation Limited on 
       
     8  * the basis of the Member Contribution Agreement entered between Comarch S.A. 
       
     9  * and Symbian Foundation Limited on 5th June 2009 (“Agreement”) and may be 
       
    10  * used only in accordance with the terms and conditions of the Agreement. 
       
    11  * Any other usage, duplication or redistribution of this Software is not 
       
    12  * allowed without written permission of Comarch S.A.
       
    13  * 
       
    14  */
       
    15 
       
    16 #ifndef HS_PRJCONFIG_H
       
    17 #define HS_PRJCONFIG_H
       
    18 
       
    19 /**
       
    20  * Traces are enabled in _DEBUG build, by default.
       
    21  */
       
    22 #ifdef _DEBUG
       
    23 #define PRJ_ENABLE_TRACE
       
    24 #endif
       
    25 
       
    26 /**
       
    27  * traces to file if this is defined.
       
    28  */
       
    29 //#define PRJ_FILE_TRACE
       
    30 
       
    31 
       
    32 /**
       
    33  * build the project for module test purpose if this is defined
       
    34  */
       
    35 //#define PRJ_MODULETEST_BUILD
       
    36 
       
    37 /**
       
    38  * build the project using stubs to replace the dependencies if this is defined
       
    39  */
       
    40 //#define PRJ_USE_STUB
       
    41 
       
    42 
       
    43 #endif // HS_PRJCONFIG_H