bluetoothengine/headsetsimulator/profiles/hspprofile/inc/prjconfig.h
branchheadsetsimulator
changeset 60 90dbfc0435e3
equal deleted inserted replaced
59:02103bf20ee5 60:90dbfc0435e3
       
     1 /* 
       
     2  *
       
     3  * Copyright (c) <2010> Comarch S.A. and/or its subsidiary(-ies).
       
     4  * All rights reserved.
       
     5  * This component and the accompanying materials are made available
       
     6  * under the terms of the License "Eclipse Public License v1.0"
       
     7  * which accompanies this distribution, and is available
       
     8  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  *
       
    10  * Original Contributors:
       
    11  * Comarch S.A. - original contribution.
       
    12  *
       
    13  * Contributors:
       
    14  *
       
    15  * Description:
       
    16  *
       
    17  */
       
    18 
       
    19 #ifndef HSPPLUGIN_PRJCONFIG_H
       
    20 #define HSPPLUGIN_PRJCONFIG_H
       
    21 
       
    22 /**
       
    23  * Traces are enabled in _DEBUG build, by default.
       
    24  */
       
    25 #ifdef _DEBUG
       
    26 #define PRJ_ENABLE_TRACE
       
    27 #endif
       
    28 
       
    29 /**
       
    30  * traces to file if this is defined.
       
    31  */
       
    32 //#define PRJ_FILE_TRACE
       
    33 
       
    34 
       
    35 /**
       
    36  * build the project for module test purpose if this is defined
       
    37  */
       
    38 //#define PRJ_MODULETEST_BUILD
       
    39 
       
    40 /**
       
    41  * build the project using stubs to replace the dependencies if this is defined
       
    42  */
       
    43 //#define PRJ_USE_STUB
       
    44 
       
    45 
       
    46 #endif // HSPPLUGIN_PRJCONFIG_H