btobexprofiles/obexserviceman/obexservicemanclient/inc/prjconfig.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2006 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:  Project configure file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef OBEXSM_PRJCONFIG_H
       
    20 #define OBEXSM_PRJCONFIG_H
       
    21 
       
    22 /**
       
    23  * Traces are enabled via RDebug::Print() in UDEB build, by default.
       
    24  */
       
    25 #ifdef _DEBUG
       
    26 #define PRJ_ENABLE_TRACE
       
    27 #endif
       
    28 
       
    29 /**
       
    30  * Traces will be written 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 #endif // OBEXSM_PRJCONFIG_H